mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
This commit is contained in:
@@ -1015,6 +1015,10 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
|
||||
}
|
||||
tmp++;
|
||||
}
|
||||
/* Brackets should always be closed */
|
||||
if(c != 0) {
|
||||
skip_upload = 1;
|
||||
}
|
||||
}
|
||||
|
||||
total_bytes = cancel_upload = 0;
|
||||
|
||||
Reference in New Issue
Block a user