Author: rhuijben Revision: 1711798 Modified property: svn:log Modified: svn:log at Sun Nov 1 15:09:26 2015 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Sun Nov 1 15:09:26 2015 @@ -2,6 +2,10 @@ Hugely reduce the number of reads necess limited response body, by directly returning EOF when we hit the end of the body, implementing iovec read and get_remaining support. +The improvements are especially visible when reading for HTTP/2 where the +body is read from an aggregate bucket containing separate frames, which can +now be read in a single read. + * buckets/response_body_buckets.c (serf_response_body_read): Return EOF when hitting eof. (serf_response_body_read_iovec): New function.