kopia lustrzana https://github.com/micropython/micropython-lib
http.client: Comment out io.RawIOBase, as uPy lacks complete io hierarchy.
rodzic
471d805b45
commit
bd3ceb4513
|
@ -273,7 +273,8 @@ def parse_headers(fp, _class=HTTPMessage):
|
||||||
|
|
||||||
_strict_sentinel = object()
|
_strict_sentinel = object()
|
||||||
|
|
||||||
class HTTPResponse(io.RawIOBase):
|
class HTTPResponse:
|
||||||
|
#class HTTPResponse(io.RawIOBase):
|
||||||
|
|
||||||
# See RFC 2616 sec 19.6 and RFC 1945 sec 6 for details.
|
# See RFC 2616 sec 19.6 and RFC 1945 sec 6 for details.
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue