]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - apache-mod_python-apr_brigade_sentinel.patch
- updated to 3.4.1
[packages/apache-mod_python.git] / apache-mod_python-apr_brigade_sentinel.patch
diff --git a/apache-mod_python-apr_brigade_sentinel.patch b/apache-mod_python-apr_brigade_sentinel.patch
deleted file mode 100644 (file)
index 95e3ea2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -burN mod_python-3.3.1.original/src/connobject.c mod_python-3.3.1/src/connobject.c
---- mod_python-3.3.1.original/src/connobject.c 2006-12-03 05:36:37.000000000 +0100
-+++ mod_python-3.3.1/src/connobject.c  2008-07-15 01:05:01.000000000 +0200
-@@ -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;
\ No newline at end of file
This page took 0.620877 seconds and 4 git commands to generate.