Bug 167929

Summary: [Soup] WebKitSoupRequestInputStream can still leave requests unfinished after r211773
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, tpopela
Priority: P2 Keywords: Gtk, Soup
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Carlos Garcia Campos 2017-02-07 05:26:06 PST
The while loop to process the pending data requests was not a good idea, because having a new pending request doesn't mean we have more data available, but that more data was requested.
Comment 1 Carlos Garcia Campos 2017-02-07 05:27:37 PST
Created attachment 300804 [details]
Patch
Comment 2 Tomas Popela 2017-02-07 05:34:02 PST
I can confirm that this fixes the issue that we originally saw in Evolution
Comment 3 Carlos Garcia Campos 2017-02-07 10:10:41 PST
Committed r211816: <http://trac.webkit.org/changeset/211816>