Minimal repro for actix/actix-web#3967
This repro uses:
- a minimal
actix-httpserver that returns200 OKwithout reading the request body - nginx with
proxy_request_buffering on
docker compose up --buildIn another shell:
dd if=/dev/zero bs=1m count=512 2>/dev/null | curl -v --http1.1 --data-binary @- http://127.0.0.1:18081/curl receives:
HTTP/1.1 100 Continue
HTTP/1.1 502 Bad Gateway
nginx logs:
writev() failed (32: Broken pipe) while sending request to upstream