mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
11 lines
395 B
C
11 lines
395 B
C
--- src/connobject.c.orig 2008-08-28 12:30:24.000000000 +0000
|
|
+++ src/connobject.c 2008-08-28 12:30:35.000000000 +0000
|
|
@@ -139,7 +139,7 @@
|
|
bytes_read = 0;
|
|
|
|
while ((bytes_read < len || len == 0) &&
|
|
- !(b == APR_BRIGADE_SENTINEL(b) ||
|
|
+ !(b == APR_BRIGADE_SENTINEL(bb) ||
|
|
APR_BUCKET_IS_EOS(b) || APR_BUCKET_IS_FLUSH(b))) {
|
|
|
|
const char *data;
|