Lines Matching defs:_UNKNOWN
95 _UNKNOWN = 'UNKNOWN'
269 self.version = _UNKNOWN # HTTP-Version
270 self.status = _UNKNOWN # Status-Code
271 self.reason = _UNKNOWN # Reason-Phrase
273 self.chunked = _UNKNOWN # is "chunked" being used?
274 self.chunk_left = _UNKNOWN # bytes left to read in current chunk
275 self.length = _UNKNOWN # number of bytes left in response
276 self.will_close = _UNKNOWN # conn will close at end of response
579 assert self.chunked != _UNKNOWN
601 assert self.chunked != _UNKNOWN
1382 assert response.will_close != _UNKNOWN