Coder Social home page Coder Social logo

Schemes() if not matching my test about mux HOT 5 CLOSED

gorilla avatar gorilla commented on May 2, 2024
Schemes() if not matching my test

from mux.

Comments (5)

rbucker avatar rbucker commented on May 2, 2024

After some analysis I was able to determine that this and several other req.URL bugs exist in go1.0.3 and is tagged to be fixed in go1.1. I will test with 1.1 when it's available and reopen if still a problem.

from mux.

kisielk avatar kisielk commented on May 2, 2024

Do you have a link to the specific bug that fixes this behaviour? It would be nice to have a test case for it at least.

from mux.

rbucker avatar rbucker commented on May 2, 2024

Here is the bug report for the empty URL.Scheme. It is reported to be repaired in Go1.1. I'm on the fence as whether or not you need a test case for this, however, the actual test cases do not actually test real behavior and that's why it was not caught sooner.

https://code.google.com/p/go/issues/detail?id=3805

from mux.

kisielk avatar kisielk commented on May 2, 2024

The reason this isn't reflected in the mux tests is because we build all our own requests. It seems the bug is mostly to do with net/http not setting some fields in the URL. I think it would help increase the quality of the tests if we actually used net/http via httptest instead of just constructing fake requests, as that's probably the most common use case.

from mux.

rbucker avatar rbucker commented on May 2, 2024

agreed. More and better tests are always welcome.

from mux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.