mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
ha ha, thought the bugs were done
don't stop writing the compressed directory just because you found a nul svn:r2399
This commit is contained in:
parent
af9fd660d5
commit
1c47de319e
@ -622,7 +622,7 @@ directory_handle_command_get(connection_t *conn, char *headers,
|
||||
(int)dlen,
|
||||
deflated?"deflate":"identity");
|
||||
connection_write_to_buf(tmp, strlen(tmp), conn);
|
||||
connection_write_to_buf(cp, strlen(cp), conn);
|
||||
connection_write_to_buf(cp, dlen, conn);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user