[3/5] wininet: Send INTERNET_STATUS_RESPONSE_RECEIVED notification in async handler. (v4)

Jacek Caban jacek at codeweavers.com
Thu Apr 28 05:55:51 CDT 2016


On 04/28/16 05:12, Sebastian Lackner wrote:
> Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
> ---
>
> 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 <jacek at codeweavers.com>




More information about the wine-patches mailing list