Skip to content

PHP development server does not support Expect 100-continue flow control #23242

Description

@Sjord

Description

The server provided by php -S does not work optimally when posting large files to it with curl.

https://everything.curl.dev/http/post/expect100.html

Curl waits one second for a 100 Continue response, but the PHP server does not send it. This means that the PHP server introduces a one second delay on such requests.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions