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
Adding close connection support to HttpClient to combat hanging open files
Added a .close() method to org.openqa.selenium.remote.http.HttpClient
interface.
Added a call to the client's .close() method from the
HttpCommandExecutor class when a
org.openqa.selenium.remote.DriverCommand.QUIT is sent.
Implemented the .close() method in
org.openqa.selenium.remote.internal.ApacheHttpClient which taps the
connectionManager and closes idle connections.
FixesSeleniumHQ#1080
Signed-off-by: Alexei Barantsev <[email protected]>
0 commit comments