|
@@ -2205,7 +2205,7 @@ connection_send_socks5_connect(connection_t *conn)
|
|
|
conn->proxy_state = PROXY_SOCKS5_WANT_CONNECT_OK;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
* for documentation of its behavior. */
|
|
|
static int
|
|
|
connection_fetch_from_buf_socks_client(connection_t *conn,
|
|
@@ -4361,7 +4361,7 @@ connection_flushed_some(connection_t *conn)
|
|
|
}
|
|
|
|
|
|
|
|
|
- * and there are no more bytes remaining in conn-\>outbuf, conn-\>bev, or
|
|
|
+ * and there are no more bytes remaining in conn-\>outbuf or
|
|
|
* conn-\>tls to be flushed.
|
|
|
*
|
|
|
* This function just passes conn to the connection-specific
|