]> granicus.if.org Git - php/commitdiff
Removed increment of read_post_bytes because this is done within SAPI (SAPI.c).
authorHolger Zimmermann <holger@php.net>
Sun, 1 Jun 2003 20:28:49 +0000 (20:28 +0000)
committerHolger Zimmermann <holger@php.net>
Sun, 1 Jun 2003 20:28:49 +0000 (20:28 +0000)
sapi/pi3web/pi3web_sapi.c

index 3c223752ea1b0a1c72356690be49eb8731b7db5f..199a22691f498045c2735031dc5850d9f5f3a34a 100644 (file)
@@ -250,7 +250,8 @@ static int sapi_pi3web_read_post(char *buffer, uint count_bytes TSRMLS_DC)
                }
                total_read += cbRead;
        }
-       SG(read_post_bytes) += total_read;
+//     removed after re-testing POST with Pi3Web 2.0.2
+//     SG(read_post_bytes) += total_read;
        return total_read;
 }