Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1102848
D422.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Aug 19, 9:52 AM
Size
516 B
Mime Type
text/x-diff
Expires
Wed, Aug 20, 9:52 AM (2 h, 27 m)
Engine
blob
Format
Raw Data
Handle
714031
Attached To
D422: INP-1818 - Reset cURL settings only upon connection closing
D422.diff
View Options
Index: branches/5.2.x/core/units/helpers/curl_helper.php
===================================================================
--- branches/5.2.x/core/units/helpers/curl_helper.php
+++ branches/5.2.x/core/units/helpers/curl_helper.php
@@ -541,8 +541,6 @@
if ( $close_connection ) {
$this->CloseConnection();
}
-
- $this->_resetSettings();
}
/**
@@ -567,6 +565,7 @@
// restore debug mode setting
$this->debugMode = kUtil::constOn('DBG_CURL');
+ $this->_resetSettings();
}
/**
Event Timeline
Log In to Comment