]> granicus.if.org Git - php/commitdiff
WS
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 21 Dec 2002 06:34:31 +0000 (06:34 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 21 Dec 2002 06:34:31 +0000 (06:34 +0000)
sapi/apache2filter/sapi_apache2.c

index 47fdc975f43a613f23749ec3af55c593ac7c27b1..0c7d9387410445ec7070ed2d56c892d60fe837b9 100644 (file)
@@ -337,14 +337,14 @@ static int php_input_filter(ap_filter_t *f, apr_bucket_brigade *bb,
                apr_bucket_read(b, &str, &n, 1);
 
                /*
-         * An intuitive brigade bug detection
+                * An intuitive brigade bug detection
                 * (http://bugs.php.net/18648)  
                 *
-         * This has something to do with the issue mentioned in this thread
-         * on dev@httpd.apache.org:
+                * This has something to do with the issue mentioned in this thread
+                * on dev@httpd.apache.org:
                 *
-         * http://marc.theaimsgroup.com/?l=apr-dev&m=104039770818472&w=2
-         */
+                * http://marc.theaimsgroup.com/?l=apr-dev&m=104039770818472&w=2
+                */
                if (APR_BUCKET_IS_HEAP(b)) {
                        if ((str == prev_fetched_str && n == prev_fetched_str_len)) {
                                char *brigade_dump = NULL;