21 May 2013 18:10
svn commit: r1484852 - in /httpd/httpd/trunk: CHANGES modules/http/http_filters.c
<minfrin <at> apache.org>
2013-05-21 16:10:02 GMT
2013-05-21 16:10:02 GMT
Author: minfrin Date: Tue May 21 16:10:02 2013 New Revision: 1484852 URL: http://svn.apache.org/r1484852 Log: core: Remove apr_brigade_flatten(), buffering and duplicated code from the HTTP_IN filter, parse chunks in a single pass with zero copy. Reduce memory usage by 48 bytes per request. Modified: httpd/httpd/trunk/CHANGES httpd/httpd/trunk/modules/http/http_filters.c Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1484852&r1=1484851&r2=1484852&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Tue May 21 16:10:02 2013 <at> <at> -1,6 +1,10 <at> <at> -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) core: Remove apr_brigade_flatten(), buffering and duplicated code + from the HTTP_IN filter, parse chunks in a single pass with zero copy. + Reduce memory usage by 48 bytes per request. [Graham Leggett] + *) mod_deflate: Remove assumptions as to when an EOS bucket might arrive. Gracefully step aside if the body size is zero. [Graham Leggett](Continue reading)
RSS Feed