forked from hudl/fargo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hudl#27 from CtrlZvi/fix_connection_leak
Plug RPC connection leak Since `http.Transport.Close` was a no-op, RPC calls were leaking sockets. Fixing this moved the transport to a global variable and may make RPC faster by reducing connection overhead.
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters