forked from ports/contrib
13 lines
554 B
Diff
13 lines
554 B
Diff
diff -pruN mod_python-3.3.1.orig/src/connobject.c mod_python-3.3.1/src/connobject.c
|
|
--- mod_python-3.3.1.orig/src/connobject.c 2008-07-01 06:45:51.592845367 +0000
|
|
+++ mod_python-3.3.1/src/connobject.c 2008-07-01 06:47:56.513846039 +0000
|
|
@@ -139,7 +139,7 @@ static PyObject * _conn_read(conn_rec *c
|
|
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;
|