Author: rhuijben
Revision: 1715005
Modified property: svn:log
Modified: svn:log at Wed Nov 18 14:46:41 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Nov 18 14:46:41 2015
@@ -6,10 +6,6 @@ The implementation is currently directly
the outgoing connection, but this patch only uses it for the incoming
connections yet.
-* io.c
- New file copied from outgoing.c. Removing parts that are not necessary
- and making things serf private where needed.
-
* incoming.c
(client_detect_eof): Remove function.
(client_connected): Use several pump functions to avoid duplicated code.
@@ -34,6 +30,9 @@ connections yet.
http2_incoming_read): Update usage.
* pump.c
+ New file copied from outgoing.c. Removing parts that are not necessary
+ and making things serf private where needed.
+
(pump_cleanup): New function.
(serf_pump__init): New function.