1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Files
apache/include
Greg Stein 5cba6d7345 Fix a bug in the input handling. ap_http_filter() was modifying *readbytes
which corresponded to r->remaining (in ap_get_client_block). However,
ap_get_client_block was *also* adjusting r->remaining. Net result was that
PUT (and probably POST) was broken. (at least on large inputs)

To fix it, I simply removed the indirection on "readbytes" for input
filters. There is no reason for them to return data (the brigade length is
the return length). This also simplifies a number of calls where people
needed to do &zero just to pass zero.

I also added a number of comments about operations and where things could be
improved, or are (semi) broken.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89008 13f79535-47bb-0310-9956-ffa450edef68
2001-05-05 11:18:01 +00:00
..
2001-02-28 15:24:09 +00:00
2001-02-16 04:26:53 +00:00
2001-02-16 04:26:53 +00:00
2001-03-11 14:54:13 +00:00
2001-02-16 04:26:53 +00:00
2001-02-16 04:26:53 +00:00
2001-02-16 04:26:53 +00:00
2001-02-16 04:26:53 +00:00
2001-02-16 04:26:53 +00:00
2001-02-16 04:26:53 +00:00