GithubHelp home page GithubHelp logo

Comments (3)

tamasd avatar tamasd commented on June 28, 2024

I have a test case that started failing in the last few days. There is a similar one that succeeds. The one that fails serves an html file (with http.ServeFile()), and the one that succeeds serves a binary file the same way. The code is exactly the same, only the file name is different.

In case of the html file, the headers are:

HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Type: text/html; charset=utf-8
Date: Sun, 18 Sep 2016 17:52:39 GMT
Last-Modified: Sun, 14 Jun 2015 14:24:51 GMT
Set-Cookie: _SESSION=; Path=/; Expires=Mon, 18 Sep 2017 17:52:39 GMT; HttpOnly
Vary: Accept-Encoding

But in case of the binary file, the headers are different:

HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: application/octet-stream
Date: Sun, 18 Sep 2016 17:52:39 GMT
Set-Cookie: _SESSION=; Path=/; Expires=Mon, 18 Sep 2017 17:52:39 GMT; HttpOnly
Vary: Accept-Encoding

I use http.Client in both cases to retrive the results. In the failing case, ioutil.ReadAll() returns an io.ErrUnexpectedEOF error, but the returned data matches exactly the data on the disk. If I disable the gzip encoding in the failing case, by sending Accept-Encoding: identity, the test succeeds. In both cases, the response's Uncompressed field is true.

from gziphandler.

tamasd avatar tamasd commented on June 28, 2024

I did a bisect. My tests are green with 44afc59. The next commit d3d7d67 makes a lot of my tests fail, and then at cdd181b I can reproduce the exact same failure.

from gziphandler.

wayneashleyberry avatar wayneashleyberry commented on June 28, 2024

Thanks for the fix @jprobinson 🎉

from gziphandler.

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.