Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098188
D422.id.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
Wed, Aug 13, 11:27 AM
Size
516 B
Mime Type
text/x-diff
Expires
Thu, Aug 14, 11:27 AM (15 h, 4 m)
Engine
blob
Format
Raw Data
Handle
711122
Attached To
D422: INP-1818 - Reset cURL settings only upon connection closing
D422.id.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