1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

Store the read bytes so that some sapi modules know how much to read.

This commit is contained in:
foobar
2001-12-05 00:44:17 +00:00
parent 1d062f3f6e
commit 2605bd4b30
+1
View File
@@ -179,6 +179,7 @@ static int fill_buffer(multipart_buffer *self TSRMLS_DC)
/* update the buffer length */
if (actual_read > 0) {
self->bytes_in_buffer += actual_read;
SG(read_post_bytes) += actual_read;
}
}