Skip to content

Commit

Permalink
HTTP_Protocol_Error: moved to protocol.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samrushing committed May 14, 2012
1 parent a06bb51 commit 9b498a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions coro/http/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def __init__ (self, client, request, headers):
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()
Expand Down Expand Up @@ -365,9 +364,6 @@ def log_line (self):
''
])

class HTTP_Protocol_Error (Exception):
pass

# chunking works thus:
# <data>
# becomes:
Expand Down

0 comments on commit 9b498a6

Please sign in to comment.