[webkit-reviews] review granted: [Bug 175600] Fetch / Beacon: Use "application/octet-stream" Content-Type for payloads of type ArrayBuffer / ArrayBufferView : [Attachment 318186] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 15 15:50:46 PDT 2017


youenn fablet <youennf at gmail.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 175600: Fetch / Beacon: Use "application/octet-stream" Content-Type for
payloads of type ArrayBuffer / ArrayBufferView
https://bugs.webkit.org/show_bug.cgi?id=175600

Attachment 318186: Patch

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




--- Comment #3 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 318186
  --> https://bugs.webkit.org/attachment.cgi?id=318186
Patch

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

> Source/WebCore/Modules/fetch/FetchBody.cpp:65
> +	   contentType = HTTPHeaderValues::octetStreamContentType();

Can we add a FIXME stating that we should remove it once all WebKit network
stacks support sending no CT?


More information about the webkit-reviews mailing list