Skip to content

Commit 47b6b1e

Browse files
author
Stefan Esser
committed
MFH
1 parent a063cc2 commit 47b6b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/SAPI.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ SAPI_API SAPI_POST_READER_FUNC(sapi_read_standard_form_data)
201201
SG(read_post_bytes) += read_bytes;
202202
if (SG(read_post_bytes) > SG(post_max_size)) {
203203
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Actual POST length does not match Content-Length, and exceeds %ld bytes", SG(post_max_size));
204-
return;
204+
break;
205205
}
206206
if (read_bytes < SAPI_POST_BLOCK_SIZE) {
207207
break;

0 commit comments

Comments
 (0)