Skip to content

Support automatic listening on Windows #18

Description

@fbbdev

On windows (especially with Microsoft IIS) the FastCGI socket is still passed as the stdin handle, but the handle is not 0 (like on POSIX systems).
It can be obtained by a call to GetStdHandle(STD_INPUT_HANDLE) from kernel32.dll. This currently requires a dependency on a native extension.

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions