mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
It works better if we don't print a 404 header after our body
svn:r11236
This commit is contained in:
parent
6802923fa7
commit
c7140372cb
@ -2233,6 +2233,7 @@ directory_handle_command_get(dir_connection_t *conn, const char *headers,
|
||||
write_http_response_header(conn, len, 0, 0);
|
||||
connection_write_to_buf(result, len, TO_CONN(conn));
|
||||
tor_free(result);
|
||||
goto done;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user