]> granicus.if.org Git - apache/commit
Fix C-L filter non-blocking-mode brokenness. It was failing to ever
authorCliff Woolley <jwoolley@apache.org>
Tue, 2 Jul 2002 23:51:21 +0000 (23:51 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 2 Jul 2002 23:51:21 +0000 (23:51 +0000)
commitc59fa8d9fd1c290dd14bfafdb89f97dec62dd9d3
treeffbc7e1af1be5396a54e4482ad58f40028f66d41
parent4efd77c31ffec6053590000dbf401f7348bc7b8d
Fix C-L filter non-blocking-mode brokenness.  It was failing to ever
read from pipe/socket buckets again if it got APR_EAGAIN from them
due to its use of APR_BRIGADE_FOREACH.

Submitted by: the gang on IRC

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