Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable keep-alive for cloud-event connections
Disable keep alive forces the HTTP client to drop the connection once a response is received. This avoids building up large numbers of idle connections and it fixes the immediate issue. After this we may want to see how to ensure we can re-use connection and also set and idle-connection timeout. Fixes #3190 (cherry picked from commit 7a9a85b)
- Loading branch information