]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] closes bpo-8450: a better error message when http status line isn't received...
authorShoham Peller <shoham.peller@stratoscale.com>
Fri, 14 Sep 2018 23:28:08 +0000 (02:28 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Sep 2018 23:28:08 +0000 (16:28 -0700)
commitee78ba2c819b0cd7671a575e584d8fe1b7adb3e4
tree7d247084447edeef1068b62054092c3ace32f460
parent857550311595ebcb142101867666ae72caabacb1
[2.7] closes bpo-8450: a better error message when http status line isn't received (GH-2825)

When the server has closed the connection before sending a status-line,
the client's error message should have a more descriptive error message

https://bugs.python.org/issue8450

https://bugs.python.org/issue8450
Lib/httplib.py