MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / LineTooLong

Class LineTooLong

tools/python-3.11.9-amd64/Lib/http/client.py:1535–1538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1533 self.line = line
1534
1535class LineTooLong(HTTPException):
1536 def __init__(self, line_type):
1537 HTTPException.__init__(self, "got more than %d bytes when reading %s"
1538 % (_MAXLINE, line_type))
1539
1540class RemoteDisconnected(ConnectionResetError, BadStatusLine):
1541 def __init__(self, *pos, **kw):

Callers 5

_read_headersFunction · 0.85
_read_statusMethod · 0.85
_read_next_chunk_sizeMethod · 0.85
_tunnelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected