Bug 176083 - [Fetch API] Request should throw when keep alive is true and body is a ReadableStream
Summary: [Fetch API] Request should throw when keep alive is true and body is a Readab...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-08-29 16:54 PDT by youenn fablet
Modified: 2017-08-29 21:33 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.40 KB, patch)
2017-08-29 16:55 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch for landing (3.43 KB, patch)
2017-08-29 20:45 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>