]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Fix cases with non blocking reads from the ap_http_filter input filter where
authorRuediger Pluem <rpluem@apache.org>
Sun, 6 Jan 2008 20:32:20 +0000 (20:32 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 6 Jan 2008 20:32:20 +0000 (20:32 +0000)
commit56f4552f4fdcecca8063ccd48232f123d39505de
treeed78ad13a177e6d599de29ceafde4abe05b9ea3b
parentb1f163a184d546368e1a67dbde0cffc8af6ddbc3
* Fix cases with non blocking reads from the ap_http_filter input filter where
  chunk size lines or empty lines after a chunk are read incomplete. This can
  lead to a corruption inside the dechunking algorithm.
  This patch has an issue with larger chunk-extensions which need to get thrown
  away since we ignore them anyway.

PR: 19954, 41056
Tested by: niq

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