tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 33cba1195bb33c7551f89cdf88e11b7a8787ce68
parent 2748dd0f1c5587433f3ef791aa85b8a7aa54515a
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 26 Apr 2018 09:10:58 -0400

Remove a blank line that was bothering me.

Diffstat:
Msrc/or/connection.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/or/connection.c b/src/or/connection.c @@ -3686,7 +3686,6 @@ connection_outbuf_too_full(connection_t *conn) * This should help fix slow upload rates. */ static void - update_send_buffer_size(tor_socket_t sock) { #ifdef _WIN32