Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1026032
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
Fri, Jun 13, 6:09 PM
Size
516 B
Mime Type
text/x-diff
Expires
Sat, Jun 14, 6:09 PM (4 h, 5 m)
Engine
blob
Format
Raw Data
Handle
661678
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