mirror of
https://github.com/gospider007/requests.git
synced 2025-12-24 13:57:52 +08:00
delete proxy close conn func
This commit is contained in:
@@ -203,12 +203,6 @@ func (obj *Client) CloseIdleConnections() {
|
||||
func (obj *Client) CloseConnections() {
|
||||
obj.transport.CloseConnections()
|
||||
}
|
||||
func (obj *Client) CloseIdleConnectionsWithProxy(proxy string) {
|
||||
obj.transport.CloseIdleConnectionsWithProxy(proxy)
|
||||
}
|
||||
func (obj *Client) CloseConnectionsWithProxy(proxy string) {
|
||||
obj.transport.CloseConnectionsWithProxy(proxy)
|
||||
}
|
||||
|
||||
func (obj *Client) Close() {
|
||||
obj.CloseConnections()
|
||||
|
||||
Reference in New Issue
Block a user