From: Jacek Caban Subject: Re: [3/5] wininet: Send INTERNET_STATUS_RESPONSE_RECEIVED notification in async handler. (v4) Message-Id: <5721EC37.80609@codeweavers.com> Date: Thu, 28 Apr 2016 12:55:51 +0200 In-Reply-To: References: On 04/28/16 05:12, Sebastian Lackner wrote: > Signed-off-by: Sebastian Lackner > --- > > Changes in v4: > * Added this patch, which fixes a "regression". Previously, the application > was always using synchronous reads. Actually, the whole notification stuff > needs a lot more work, but I fear we have to start somewhere... Sure. For fully properly functional *ReadFile we need changes in underlying HTTP handling to allow non-blocking calls in any state, which means storing full state in request handle (like breaking read in a middle of chunked stream separator), but there is a lot that can be improved without that as well. Signed-off-by: Jacek Caban