TO reproduce the bug, have Docker installed and run:
sh startIn a separate terminal, run:
curl localhost:8282The request will hang and eventually crash the server
For a debug build, build the Dockerfile in the root of this repo instead and use that in startup
docker build -t frankenphp-with-debug .
docker run --rm -it \
--name debug_frankenphp_container \
-e SERVER_NAME=:80 \
-v ".:/app" \
-p 8282:80 \
frankenphp-with-debug