Jacek Caban : winhttp: Allocate netconn_t separately from request_t.

Alexandre Julliard julliard at winehq.org
Thu Jul 13 14:41:34 CDT 2017


Module: wine
Branch: master
Commit: c5026298198732fd789253428a4d3e488c0379d5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c5026298198732fd789253428a4d3e488c0379d5

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jul 13 13:01:03 2017 +0200

winhttp: Allocate netconn_t separately from request_t.

Once persistent connections will be supported, life time of connection
may exceed life time of request object.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winhttp/net.c             | 34 ++++++++---------------------
 dlls/winhttp/request.c         | 49 ++++++++++++++++++++++--------------------
 dlls/winhttp/session.c         | 38 ++++++++++++++++----------------
 dlls/winhttp/winhttp_private.h |  5 ++---
 4 files changed, 57 insertions(+), 69 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=c5026298198732fd789253428a4d3e488c0379d5



More information about the wine-cvs mailing list