Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dhttplib.py318 raise LineTooLong("header line")
396 raise LineTooLong("header line")
445 raise LineTooLong("header line")
617 raise LineTooLong("chunk size")
654 raise LineTooLong("trailer line")
810 raise LineTooLong("header line")
1356 class LineTooLong(HTTPException): class
/external/python/cpython2/Lib/test/
Dtest_httplib.py648 self.assertRaises((httplib.LineTooLong, httplib.BadStatusLine), resp.begin)
656 self.assertRaises(httplib.LineTooLong, resp.begin)
668 self.assertRaises(httplib.LineTooLong, resp.read)