mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix a fun bug on r17656 that was making us send HTTP/1.0 404 as
the message body, no matter the message headers, when answering a descriptor or extrainfo post request. svn:r17723
This commit is contained in:
@@ -3094,6 +3094,7 @@ directory_handle_command_post(dir_connection_t *conn, const char *headers,
|
||||
conn->_base.address, msg);
|
||||
write_http_status_line(conn, 400, msg);
|
||||
}
|
||||
goto done;
|
||||
}
|
||||
|
||||
if (options->HSAuthoritativeDir &&
|
||||
|
||||
Reference in New Issue
Block a user