Raised when an HTTP proxy response is malformed.
| 216 | |
| 217 | |
| 218 | class InvalidProxyMessage(ProxyError): |
| 219 | """ |
| 220 | Raised when an HTTP proxy response is malformed. |
| 221 | |
| 222 | """ |
| 223 | |
| 224 | |
| 225 | class InvalidProxyStatus(ProxyError): |
no outgoing calls
searching dependent graphs…