]> granicus.if.org Git - apache/commit
Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so that
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 17 Jul 2002 19:18:39 +0000 (19:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 17 Jul 2002 19:18:39 +0000 (19:18 +0000)
commit93628c19b1462150ee6d199c3597f2d5ebe703cc
tree226a815749ad8503f1a0bc0479449310da536f44
parentf785c2549ba1e5309eb10393db3329fb6a6189b8
  Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so that
  we know -immediately- that we've read the last of the data.  This patch
  adds an EOS bucket to the brigade if ctx->remaining has been consumed.

Reviewed by: Justin Erenkrantz

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