mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
whitespace/tab fixes
svn:r6734
This commit is contained in:
+2
-2
@@ -1433,8 +1433,8 @@ directory_handle_command_get(connection_t *conn, char *headers,
|
||||
log_debug(LD_DIRSERV,"Dumping %sdirectory to client.",
|
||||
deflated?"deflated ":"");
|
||||
write_http_response_header(conn, dlen,
|
||||
deflated?"application/octet-stream":"text/plain",
|
||||
deflated?"deflate":"identity");
|
||||
deflated?"application/octet-stream":"text/plain",
|
||||
deflated?"deflate":"identity");
|
||||
conn->cached_dir = d;
|
||||
conn->cached_dir_offset = 0;
|
||||
if (! deflated)
|
||||
|
||||
+2
-2
@@ -1866,8 +1866,8 @@ connection_dirserv_add_servers_to_outbuf(connection_t *conn)
|
||||
body, sd->signed_descriptor_len,
|
||||
last);
|
||||
if (last) {
|
||||
tor_zlib_free(conn->zlib_state);
|
||||
conn->zlib_state = NULL;
|
||||
tor_zlib_free(conn->zlib_state);
|
||||
conn->zlib_state = NULL;
|
||||
}
|
||||
} else {
|
||||
connection_write_to_buf(body,
|
||||
|
||||
Reference in New Issue
Block a user