]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix chunking. Two bugs fixed.
authorRyan Bloom <rbb@apache.org>
Fri, 18 Aug 2000 04:46:07 +0000 (04:46 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 18 Aug 2000 04:46:07 +0000 (04:46 +0000)
commit6545ce8d02dc4fa65d6a253666a04bb6030f5182
treecb03cdc6293f205533dc5a20944183d175adb02f
parent312b07f09aafe7379642563b101842ddffe65cf7
Fix chunking.  Two bugs fixed.

1)  don't put the trailing 0\r\n\r\n in lenstr; that buffer is
    already in use (pointed to by another transient bucket); using
    lenstr again overlays that other chunk header
2)  insert the bucket with the trailing "0\r\n\r\n" *before* the eos bucket
Submitted by: Jeff Trawick <trawickj@bellsouth.net>

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