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:
Roger Dingledine
2008-12-22 06:21:28 +00:00
parent e36c7a74bd
commit 7262bf5eab
+1
View File
@@ -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 &&