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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dhttplib.py282 raise LineTooLong("header line")
367 raise LineTooLong("header line")
416 raise LineTooLong("header line")
587 raise LineTooLong("chunk size")
624 raise LineTooLong("trailer line")
761 raise LineTooLong("header line")
1268 class LineTooLong(HTTPException): class in inherits:HTTPException
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dhttplib.py282 raise LineTooLong("header line")
367 raise LineTooLong("header line")
416 raise LineTooLong("header line")
587 raise LineTooLong("chunk size")
624 raise LineTooLong("trailer line")
761 raise LineTooLong("header line")
1268 class LineTooLong(HTTPException): class in inherits:HTTPException
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_httplib.py383 self.assertRaises((httplib.LineTooLong, httplib.BadStatusLine), resp.begin)
391 self.assertRaises(httplib.LineTooLong, resp.begin)
403 self.assertRaises(httplib.LineTooLong, resp.read)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_httplib.py383 self.assertRaises((httplib.LineTooLong, httplib.BadStatusLine), resp.begin)
391 self.assertRaises(httplib.LineTooLong, resp.begin)
403 self.assertRaises(httplib.LineTooLong, resp.read)

Completed in 53 milliseconds