Author: joes Date: Sat Jan 8 11:01:17 2005 New Revision: 124667 URL: http://svn.apache.org/viewcvs?view=rev&rev=124667 Log:
Sync changes. Modified: httpd/apreq/trunk/CHANGES Modified: httpd/apreq/trunk/CHANGES Url: http://svn.apache.org/viewcvs/httpd/apreq/trunk/CHANGES?view=diff&rev=124667&p1=httpd/apreq/trunk/CHANGES&r1=124666&p2=httpd/apreq/trunk/CHANGES&r2=124667 ============================================================================== --- httpd/apreq/trunk/CHANGES (original) +++ httpd/apreq/trunk/CHANGES Sat Jan 8 11:01:17 2005 @@ -5,6 +5,14 @@ @section v2_05 Changes with libapreq2-2.05 +- C API [Max Kellermann] + mod_apreq must check the return value of apreq_brigade_concat + to avoid a RAM-consuming infinite loop. A bad APREQ_TempDir + setting can cause this situation. + +- C API [joes] + Provide workaround for chunked trailers bug in ap_http_filter. + - C, Perl API [joes] Several upload-related bugfixes: 1) apreq_upload and apreq_uploads did not search the full body table,
