Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol

Thanks Tim Graham for the review.
This commit is contained in:
Claude Paroz 2015-10-31 00:38:34 +01:00
parent 007d4e030c
commit e6065c7b83
3 changed files with 28 additions and 2 deletions

View file

@ -173,7 +173,7 @@ Models
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~
* ...
* The :djadmin:`runserver` Web server supports HTTP 1.1.
Serialization
~~~~~~~~~~~~~