podinfo icon indicating copy to clipboard operation
podinfo copied to clipboard

Empty reply from server on delays ≥ 30s

Open anderius opened this issue 7 months ago • 1 comments

When using the endpoint /delay/XXX, we experience that is does not work as documented when the delay is 30 seconds or longer. I start podinfo like this:

docker run -dp 9898:9898 stefanprodan/podinfo

A delay below 30 seconds works as expected:

 % curl http://localhost:9898/delay/29
{
  "delay": 29
}

A delay of 30 seconds (or above) gives no response

% curl http://localhost:9898/delay/30
curl: (52) Empty reply from server

I want to use podinfo for testing timeouts in the infrastructure, but this behavior makes that difficult.

anderius avatar Mar 05 '25 09:03 anderius