Fish Trophy

chipx86 got a fish trophy!

Fish Trophy

Force the dev server to return responses using HTTP/1.1.

Review Request #7117 — Created March 25, 2015 and submitted

Information

Review Board
release-2.0.x
1414094...

Reviewers

The Django dev server defaults to returning responses using HTTP/1.0 in
most cases, but this prevents Chrome from consistently working with
certain cache headers. This was discovered by some people on
StackOverflow, with this change's workaround provided.

We now force HTTP/1.1, fixing the caching problems during development.

I was hitting strange issues with ETags not being factored in for
subsequent requests for diffs on Chrome. This fixed it.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/manage.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/manage.py
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (ce73307)
Loading...