sozu icon indicating copy to clipboard operation
sozu copied to clipboard

config value for `request_timeout` ignored

Open moschroe opened this issue 3 years ago • 1 comments

Currently experiencing instances of 408 Request Timeout running sozu 0.13.6 after 10s when the client starts the request but does not manage to process data fast enough (uploading MiB-range files).

There is a request_timeout mentioned in bin/config.toml and the config validates but the value seems not to be propagated. As a stop-gap solution I compiled the binary myself, changing the Default impl for HttpsListener.

moschroe avatar Dec 02 '21 12:12 moschroe

Hey :wave:,

It may be a duplicated or an unimplemented setting. @Wonshtrum and @Keksoj could you take a look at it?

FlorentinDUBOIS avatar Sep 30 '22 14:09 FlorentinDUBOIS

If this is solved by #820 we should close it.

Keksoj avatar Oct 20 '22 16:10 Keksoj

This is effectively solved by #820 as far as I've looked into it ! Congrats @FlorentinDUBOIS !

Keksoj avatar Oct 25 '22 11:10 Keksoj