micropython-lib/urllib.urequest/urllib
Paul Sokolovsky 469e029dd2 urllib.urequest: Support HTTP reply lines without textual description.
E.g. "HTTP/1.1 500". RFC7230 seems to formally require at least a space
after the numeric code, but it was reported that some software sends
lines like above nonetheless.

Ref: https://github.com/micropython/micropython-lib/issues/247
2018-01-14 11:40:11 +02:00
..
urequest.py urllib.urequest: Support HTTP reply lines without textual description. 2018-01-14 11:40:11 +02:00