[webkit-reviews] review granted: [Bug 191362] XMLHTTPRequest POSTs to a custom WKURLSchemeHandler protocol are missing the HTTP body : [Attachment 368170] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 24 14:10:06 PDT 2019


Alex Christensen <achristensen at apple.com> has granted Brady Eidson
<beidson at apple.com>'s request for review:
Bug 191362: XMLHTTPRequest POSTs to a custom WKURLSchemeHandler protocol are
missing the HTTP body
https://bugs.webkit.org/show_bug.cgi?id=191362

Attachment 368170: Patch

https://bugs.webkit.org/attachment.cgi?id=368170&action=review




--- Comment #10 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 368170
  --> https://bugs.webkit.org/attachment.cgi?id=368170
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=368170&action=review

> Tools/TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-1.mm:653
> +	       printf("%u %u %u %u %u %u %u %u\n",
((char*)task.request.HTTPBody.bytes)[0],
((char*)task.request.HTTPBody.bytes)[1],
((char*)task.request.HTTPBody.bytes)[2],
((char*)task.request.HTTPBody.bytes)[3],
((char*)task.request.HTTPBody.bytes)[4],
((char*)task.request.HTTPBody.bytes)[5],
((char*)task.request.HTTPBody.bytes)[6],
((char*)task.request.HTTPBody.bytes)[7]);

:(


More information about the webkit-reviews mailing list