mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-07 14:54:07 +00:00
Imported 2.586
No reason for CPC update specified.
This commit is contained in:
parent
b4b80d2333
commit
6a61158c00
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.586) eoan; urgency=medium
|
||||||
|
|
||||||
|
[ Robert C Jennings ]
|
||||||
|
* magic-proxy: Send headers on error (LP: #1829944)
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 23 May 2019 12:33:21 +1200
|
||||||
|
|
||||||
livecd-rootfs (2.585) eoan; urgency=medium
|
livecd-rootfs (2.585) eoan; urgency=medium
|
||||||
|
|
||||||
[ Robert C Jennings ]
|
[ Robert C Jennings ]
|
||||||
|
@ -843,6 +843,7 @@ class ProxyingHTTPRequestHandler(http.server.BaseHTTPRequestHandler):
|
|||||||
"""Return an HTTP error status and a message in the response body."""
|
"""Return an HTTP error status and a message in the response body."""
|
||||||
self.send_response(status)
|
self.send_response(status)
|
||||||
self.send_header("Content-Type", "text/plain; charset=utf-8")
|
self.send_header("Content-Type", "text/plain; charset=utf-8")
|
||||||
|
self.end_headers()
|
||||||
self.wfile.write(message.encode("utf-8"))
|
self.wfile.write(message.encode("utf-8"))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user