You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
When a POST request is larger than 1024 bytes - each such request takes just above 1 second to finish.
Additionally in these cases $_SERVER would contain an extra key [HTTP_EXPECT] => 100-continue.
When a POST request is larger than 1024 bytes - each such request takes just above 1 second to finish.
Additionally in these cases
$_SERVER
would contain an extra key[HTTP_EXPECT] => 100-continue
.This looks somewhat related to this issue: https://stackoverflow.com/questions/463144/php-http-post-fails-when-curl-data-1024
Reproduces on both current layer versions.
The text was updated successfully, but these errors were encountered: