elli-lib / elli

Simple, robust and performant Erlang web server
https://github.com/elli-lib/elli/blob/develop/doc/README.md
MIT License
324 stars 38 forks source link

We get request_timeout for completed requests #108

Open CharlesOkwuagwu opened 3 years ago

CharlesOkwuagwu commented 3 years ago

Good Day,

Should we get request_timeouton completed requests?

For example, a fetch is issued to an endpoint, and it returns successfully with a [200, data]

We still receive a request_timeout after a while.

Is this expected behavior, and if so why?

Also, request_timeoutcomes without any info, adding [self()] might give some context to this event.

Cheers.