Set timeout for http-connector service task

Http-connector does not have a timeout. If the http connection remains open by the server then the connection will remain open and not close. This was an issue I ran into with camunda.

See:

As a fix it works very well and provides lots of options.

Edit: if you look at some of the linked posts on the jsoup thread you should see some of the background issues and examples.

1 Like