Code Monkey home page Code Monkey logo

Comments (4)

tooolbox avatar tooolbox commented on May 18, 2024 1

Also seems to break setting cookies such as the username cookie.

I'm wondering if we're using httptest.ResponseRecorder incorrectly. We are accessing its HeaderMap but the docs say that field is deprecated and you should use recorder.Result().Header instead. I'll try it out.

from algernon.

xyproto avatar xyproto commented on May 18, 2024

Yes, this is an issue.

from algernon.

tooolbox avatar tooolbox commented on May 18, 2024

I believe having debug mode also breaks setheader().

from algernon.

tooolbox avatar tooolbox commented on May 18, 2024

Alright, the problem is calling w.WriteHeader before copying the headers. Per the docs, Changing the header map after a call to WriteHeader (or Write) has no effect unless the modified headers are trailers.

I don't really get why there's a FutureStatus since we're buffering the HTTP responses anyway. Hm, I suppose when debug mode is off, there's no buffering.

I'll put together a PR but I'd like you to look at it @xyproto before I merge it since it will potentially affect parts of the system I haven't grokked yet.

from algernon.

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.