--allow-anyone
option to allow connections from outside the machine
- Use
static
closures as much as possible to reduce the probability of creating circular references by capturing$this
as it can lead to memory root buffer exhaustion.
- The whole response body was loaded in memory
- The server was blocking while waiting new connections, preventing previous requests from being served
- Requires
innmind/operating-system:~5.0
- Requires
innmind/io:~2.7
- Requires
innmind/http-parser:~2.1
Innmind\Async\HttpServer\Server::of()
now accept either aInnmind\IO\Sockets\Server
orInnmind\IO\Sockets\Server\Pool
- Requires
innmind/mantle:~2.0
- Requires
innmind/http-parser:~2.0
- Requires
innmind/operating-system:~4.1
--time-frame
option
- Support for
innmind/io:~2.0
- Support for PHP
8.1