fusio
fusio copied to clipboard
Timeout Configuration and cURL Error 52 on Fusio.Adapter.Http.Action.HttpProcessor
Hi @chriskapp ,
Is there a way to configure a timeout for an action if it doesn't respond within a certain time? Also, could you confirm what the current default timeout setting is, and whether it's something we can customize?
We're currently encountering this error:
cURL error 52: Empty reply from server (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
Appreciate your guidance on this.
Hi @lgmohale currently it is not possible to configure a timeout but we could easily add this since the underlying HTTP library also has an timeout option. But the timeout would probably not solve the Empty reply from server which you have received.