Author: rhuijben
Date: Thu Nov  5 18:41:00 2015
New Revision: 1712844

URL: http://svn.apache.org/viewvc?rev=1712844&view=rev
Log:
* protocols/http2_protocol.c
  (http2_protocol_cleanup): Tweak comment as it might give
    a bad hint where to look to reviewers.

Modified:
    serf/trunk/protocols/http2_protocol.c

Modified: serf/trunk/protocols/http2_protocol.c
URL: 
http://svn.apache.org/viewvc/serf/trunk/protocols/http2_protocol.c?rev=1712844&r1=1712843&r2=1712844&view=diff
==============================================================================
--- serf/trunk/protocols/http2_protocol.c (original)
+++ serf/trunk/protocols/http2_protocol.c Thu Nov  5 18:41:00 2015
@@ -185,8 +185,10 @@ http2_protocol_cleanup(void *state)
           h2->processor_baton = NULL;
           
         }
-      /* Else: The processor (probably a frame)
-               needs to handle this */
+      /* Else: The processor (probably a stream)
+               needs to handle this. It usually does that
+               by adding frames to an aggregate to allow
+               reading multiple frames as a stream. */
     }
   else if (h2->read_frame)
     {


Reply via email to