You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Http client should timeout when there are no response from bundle download.
Actual Behavior
When trying to download bundles, it seems OPA http requests hangs for ever when it lost connection with the remote server.
Steps to Reproduce the Problem
Start OPA and configure it to download from http server, could be local
Http sleeps for 5 minutes on v1/bundles
OPA does not timeout and rather print messages after 5 minutes.
Additional Info
The text was updated successfully, but these errors were encountered:
Expected Behavior
Http client should timeout when there are no response from bundle download.
Actual Behavior
When trying to download bundles, it seems OPA http requests hangs for ever when it lost connection with the remote server.
Steps to Reproduce the Problem
Start OPA and configure it to download from http server, could be local
Http sleeps for 5 minutes on v1/bundles
OPA does not timeout and rather print messages after 5 minutes.
Additional Info
The text was updated successfully, but these errors were encountered: