Commit 9b498a68 authored by Sam Rushing's avatar Sam Rushing

HTTP_Protocol_Error: moved to protocol.py

parent a06bb512
......@@ -131,7 +131,6 @@ class http_request:
self.request_number = http_request.request_count
self.request = request
self.request_headers = headers
#W ('headers=%s\n' % (headers,))
self.client = client
self.server = client.server
self.tstart = time.time()
......@@ -365,9 +364,6 @@ class http_request:
''
])
class HTTP_Protocol_Error (Exception):
pass
# chunking works thus:
# <data>
# becomes:
......
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