Skip to content

Empty reply from server on delays ≥ 30s #386

Open
@anderius

Description

@anderius

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions