Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable Maven build HTTP connection pooling (netty#10558)
Motivation: The builds often fail when downloading dependencies. This might be caused by the build taking a long time, and cause pooled connections to be closed by the remote end, if they are idle for too long. Modification: Disable connection pooling. This should force Maven to reestablish the connection for each download, thus reducing the likelihood of the remote end closing connections we wish to use. Result: I'll leave it up the statistis of our CI to confirm, but we should see more stable builds.
- Loading branch information