Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels