Home
last modified time | relevance | path

Searched refs:LineTooLong (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/http/
Dclient.py216 raise LineTooLong("header line")
281 raise LineTooLong("status line")
527 raise LineTooLong("chunk size")
545 raise LineTooLong("trailer line")
928 raise LineTooLong("header line")
1514 class LineTooLong(HTTPException): class
Dserver.py346 except http.client.LineTooLong as err:
/third_party/python/Lib/test/
Dtest_httplib.py1028 self.assertRaises((client.LineTooLong, client.BadStatusLine), resp.begin)
1036 self.assertRaises(client.LineTooLong, resp.begin)
1062 self.assertRaises(client.LineTooLong, resp.read)
/third_party/python/Doc/library/
Dhttp.client.rst214 .. exception:: LineTooLong