This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
core
/
servers
History
Tom
ac756f16c5
Fixed
#28440
-- Fixed WSGIServer hang on responses without a Content-Length.
...
Disabled keep-alive to fix the regression in e6065c7b8363202c5eb13ba10c97a8c24d014b45.
2017-09-12 10:41:28 -04:00
..
__init__.py
Added 'django-admin.py runserver', which starts a lightweight development server running Django on a local port
2005-07-18 15:25:58 +00:00
basehttp.py
Fixed
#28440
-- Fixed WSGIServer hang on responses without a Content-Length.
2017-09-12 10:41:28 -04:00