Show More
@@ -164,7 +164,7 b' if has_https:' | |||||
164 | if sock is not None: |
|
164 | if sock is not None: | |
165 | sock.close() |
|
165 | sock.close() | |
166 |
|
166 | |||
167 |
raise socket.error |
|
167 | raise socket.error(msg) | |
168 |
|
168 | |||
169 | class httpconnection(keepalive.HTTPConnection): |
|
169 | class httpconnection(keepalive.HTTPConnection): | |
170 | # must be able to send big bundle as stream. |
|
170 | # must be able to send big bundle as stream. |
General Comments 0
You need to be logged in to leave comments.
Login now