Commit 3a25f2c8 authored by Denis Bilenko's avatar Denis Bilenko

add a comment

parent babc4537
...@@ -206,6 +206,7 @@ class WSGIHandler(object): ...@@ -206,6 +206,7 @@ class WSGIHandler(object):
self.log_error('Expected GET method: %r', raw_requestline) self.log_error('Expected GET method: %r', raw_requestline)
return return
self.request_version = "HTTP/0.9" self.request_version = "HTTP/0.9"
# QQQ I'm pretty sure we can drop support for HTTP/0.9
else: else:
self.log_error('Invalid HTTP method: %r', raw_requestline) self.log_error('Invalid HTTP method: %r', raw_requestline)
return return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment