]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
- Fix case where the initial chunk length was 0 was not handled correctly.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 30 May 2002 23:13:16 +0000 (23:13 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 30 May 2002 23:13:16 +0000 (23:13 +0000)
commit49304500132617f29c53335d5a34dbb7a423f57d
treef722812f4a3a5e602b5c58ead200f27d9a93e21f
parentae5d4fde8d4c1f7a9f99a73add337faaf0fb4fc1
- Fix case where the initial chunk length was 0 was not handled correctly.
- Fix bucket lifetimes so that they don't live longer than their brigades.
  That's not nice.
- Simplify some usage of f->r->connection to f->c in the bucket creation
  calls.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95416 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c