parent
df30f3df4b
commit
e85a200189
@ -249,7 +249,6 @@ impl WebServer {
|
|||||||
);
|
);
|
||||||
|
|
||||||
*error_doc.status_mut() = error.http_status_code();
|
*error_doc.status_mut() = error.http_status_code();
|
||||||
error.add_headers(error_doc.headers_mut());
|
|
||||||
|
|
||||||
// Preserve error message in a special header
|
// Preserve error message in a special header
|
||||||
for error_line in error.to_string().split('\n') {
|
for error_line in error.to_string().split('\n') {
|
||||||
|
Loading…
Reference in New Issue
Block a user