This repository was archived by the owner on Sep 8, 2021. It is now read-only.
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
Slow requests with POST data > 1024 bytes #28
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels