fusio icon indicating copy to clipboard operation
fusio copied to clipboard

Timeout Configuration and cURL Error 52 on Fusio.Adapter.Http.Action.HttpProcessor

Open lgmohale opened this issue 6 months ago • 1 comments

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.

lgmohale avatar Jun 24 '25 07:06 lgmohale

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.

chriskapp avatar Jun 26 '25 21:06 chriskapp