aboutsummaryrefslogtreecommitdiff
path: root/src/spdy2http/proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spdy2http/proxy.c')
-rw-r--r--src/spdy2http/proxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/spdy2http/proxy.c b/src/spdy2http/proxy.c
index e896bbc4..f1f20814 100644
--- a/src/spdy2http/proxy.c
+++ b/src/spdy2http/proxy.c
@@ -28,6 +28,8 @@
28 * is a lot of data pointed from it) 28 * is a lot of data pointed from it)
29 * - Correct recapitalizetion of header names before giving the headers 29 * - Correct recapitalizetion of header names before giving the headers
30 * to curl. 30 * to curl.
31 * - curl does not close sockets when connection is closed and no
32 * new sockets are opened (they stay in CLOSE_WAIT)
31 * @author Andrey Uzunov 33 * @author Andrey Uzunov
32 */ 34 */
33 35