mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Removed increment of read_post_bytes because this is done within SAPI (SAPI.c).
This commit is contained in:
parent
0ecbdc55a1
commit
ef4ffaaf1a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user