]> granicus.if.org Git - apache/commit
Fix the logic for saving data onto the heap before sending it. Basically,
authorRyan Bloom <rbb@apache.org>
Tue, 1 May 2001 21:59:26 +0000 (21:59 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 1 May 2001 21:59:26 +0000 (21:59 +0000)
commitd807de8879f4315fd6424fbbc55e16b1cf8ba708
treec62fbc01250f566aff97f6b60db4625ca94e063a
parent410db6c7ced0b9c27e80feedc310626dc0e467bd
Fix the logic for saving data onto the heap before sending it.  Basically,
we have to use nbytes+flen when figuring out how much data we have,
and when looking at the fact that we have a buffer to save aside before
sending it, we also need to look at the length, to ensure that we aren't
saving too much.
Submitted by: Bill Stoddard and Ryan Bloom

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88972 13f79535-47bb-0310-9956-ffa450edef68
server/core.c