Commit d83a49c3 authored by Sam Rushing's avatar Sam Rushing Committed by Mark Peek

http_request.get_headers: set self.close (fixes issue with http/1.1 connection:close)

parent 75b4a652
......@@ -285,6 +285,7 @@ class http_request:
ho['connection'] = 'close'
self.chunking = chunked
self.close = close_it
ho['server'] = 'shrapnel httpd/%s' % __version__
ho['date'] = http_date.build_http_date (coro.now_usec / coro.microseconds)
......
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