[Webkit-unassigned] [Bug 159358] Web Inspector: Sending XHR with UTF8 encoded data shows garbled data in Resource sidebar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 1 11:20:24 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=159358

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
Which comes from: Source/WebCore/inspector/InspectorNetworkAgent.cpp

> static Ref<Inspector::Protocol::Network::Request> buildObjectForResourceRequest(const ResourceRequest& request)
> {
>     ...
>     if (request.httpBody() && !request.httpBody()->isEmpty())
>         requestObject->setPostData(request.httpBody()->flattenToString());
>     ...
> }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160701/83475d0f/attachment.html>


More information about the webkit-unassigned mailing list