[webkit-dev] WebKit Buildbot reboot

2019-04-15 Thread Ling Ho

Hello WebKit developers,

We are performing a system update and reboot on build.webkit.org at 
2:45pm Pacific today which should take about 15 minutes.


Thanks,
...
ling
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] A Little Help Debugging Chuked + multipart/x-mixed-replace Responses

2019-04-15 Thread Assaf Inbal
Hey again,

For what it’s worth, I did manage to figure out that the connection is 
dropped/canceled at 
Source/WebCore/loader/SubresourceLoader.cpp:didReceiveResponse() where it fails 
the condition that the resource is a multipart but it’s not detected as an 
image: "canceling load because something about a multi-part non-image”.

Not sure why it wouldn’t be detected as an image as the response frame does 
include a “Content-Type: image/jpeg” header and the data + length are valid.
Where is it “decided” if a resource is an image? Does it only rely on the HTML 
tag that caused the resource to be loaded? Response headers? Actually trying to 
decode the data?

Thanks!

smime.p7s
Description: S/MIME cryptographic signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev