From: Roger Dingledine Date: Sun, 28 Mar 2004 09:48:21 +0000 (+0000) Subject: hold socks reply open until flushed (if possible) X-Git-Tag: tor-0.0.5~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6a2e0352464d2b98ae8427781b8f8b2ff0f4527;p=thirdparty%2Ftor.git hold socks reply open until flushed (if possible) svn:r1356 --- diff --git a/src/or/connection.c b/src/or/connection.c index 75804ee02d..eeb0501b1d 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -204,6 +204,7 @@ _connection_mark_for_close(connection_t *conn, char reason) log_fn(LOG_INFO,"Cleaning up AP -- sending socks reject."); connection_ap_handshake_socks_reply(conn, NULL, 0, 0); conn->socks_request->has_finished = 1; + conn->hold_open_until_flushed = 1; } /* fall through, to do things for both ap and exit */ case CONN_TYPE_EXIT: