Title: [283166] trunk/Source/WebCore
- Revision
- 283166
- Author
- [email protected]
- Date
- 2021-09-28 06:21:15 -0700 (Tue, 28 Sep 2021)
Log Message
Unreviewed, reverting r283136.
An assertion failure for WinCairo Debug
Reverted changeset:
"[Curl] Set CURL_LOCK_DATA_SSL_SESSION option to reduce
SSL/TLS handshake time"
https://bugs.webkit.org/show_bug.cgi?id=230818
https://commits.webkit.org/r283136
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (283165 => 283166)
--- trunk/Source/WebCore/ChangeLog 2021-09-28 12:55:10 UTC (rev 283165)
+++ trunk/Source/WebCore/ChangeLog 2021-09-28 13:21:15 UTC (rev 283166)
@@ -1,3 +1,16 @@
+2021-09-28 Fujii Hironori <[email protected]>
+
+ Unreviewed, reverting r283136.
+
+ An assertion failure for WinCairo Debug
+
+ Reverted changeset:
+
+ "[Curl] Set CURL_LOCK_DATA_SSL_SESSION option to reduce
+ SSL/TLS handshake time"
+ https://bugs.webkit.org/show_bug.cgi?id=230818
+ https://commits.webkit.org/r283136
+
2021-09-28 Antti Koivisto <[email protected]>
REGRESSION(r283158): TestWebKitAPI.WebKit.AddAndRemoveDataDetectors is crashing on iOS
Modified: trunk/Source/WebCore/platform/network/curl/CurlContext.cpp (283165 => 283166)
--- trunk/Source/WebCore/platform/network/curl/CurlContext.cpp 2021-09-28 12:55:10 UTC (rev 283165)
+++ trunk/Source/WebCore/platform/network/curl/CurlContext.cpp 2021-09-28 13:21:15 UTC (rev 283166)
@@ -171,7 +171,6 @@
m_shareHandle = curl_share_init();
curl_share_setopt(m_shareHandle, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE);
curl_share_setopt(m_shareHandle, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS);
- curl_share_setopt(m_shareHandle, CURLSHOPT_SHARE, CURL_LOCK_DATA_SSL_SESSION);
curl_share_setopt(m_shareHandle, CURLSHOPT_LOCKFUNC, lockCallback);
curl_share_setopt(m_shareHandle, CURLSHOPT_UNLOCKFUNC, unlockCallback);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes