[Webkit-unassigned] [Bug 17972] [Curl] Rewrite of curl backend to run in event loop
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 25 23:54:06 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=17972
------- Comment #7 from mike.emmel at gmail.com 2008-08-25 23:54 PDT -------
If someone is willing to review this I have one small change thats floating
about.
---
WebKit-r34342-orig/WebCore/platform/network/ncurl/ResourceHandleInternalCurl.cpp
2008-07-02 16:26:30.000000000 +0000
+++ WebKit-r34342/WebCore/platform/network/ncurl/ResourceHandleInternalCurl.cpp
@@ -659,7 +669,7 @@
return;
m_request.setHTTPHeaderField("PropagateHttpHeader", "true");
- m_request.setHTTPContentType("Content-Type:
application/x-www-form-urlencoded");
+ m_request.setHTTPContentType("application/x-www-form-urlencoded");
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list