Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
H A Dclient.py88 "CannotSendRequest", "CannotSendHeader", "ResponseNotReady",
724 If the headers are unknown, raises http.client.ResponseNotReady.
728 raise ResponseNotReady()
738 raise ResponseNotReady()
1342 not be handled, ResponseNotReady is raised. If the HTTP
1368 raise ResponseNotReady(self.__state)
1508 class ResponseNotReady(ImproperConnectionState): class

Completed in 2 milliseconds