Bug 176083

Summary: [Fetch API] Request should throw when keep alive is true and body is a ReadableStream
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description youenn fablet 2017-08-29 16:54:40 PDT
[Fetch API] Request should throw when keep alive is true and body is a ReadableStream
Comment 1 youenn fablet 2017-08-29 16:55:44 PDT
Created attachment 319309 [details]
Patch
Comment 2 WebKit Commit Bot 2017-08-29 18:36:38 PDT
Comment on attachment 319309 [details]
Patch

Rejecting attachment 319309 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'build', '--no-clean', '--no-update', '--build-style=release', '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
tch/FetchRequest.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Failed to run "['Tools/Scripts/build-webkit', '--release']" exit_code: 65
re.build/Objects-normal/x86_64/FloatRectMac.o

** BUILD FAILED **


The following build commands failed:
	CompileC /Volumes/Data/EWS/WebKit/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/FetchRequest.o Modules/fetch/FetchRequest.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Full output: http://webkit-queues.webkit.org/results/4406938
Comment 3 youenn fablet 2017-08-29 20:45:31 PDT
Created attachment 319328 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2017-08-29 21:32:52 PDT
Comment on attachment 319328 [details]
Patch for landing

Clearing flags on attachment: 319328

Committed r221342: <http://trac.webkit.org/changeset/221342>
Comment 5 WebKit Commit Bot 2017-08-29 21:32:54 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2017-08-29 21:33:24 PDT
<rdar://problem/34152532>