Jacek Caban : winhttp: Allocate netconn_t separately from request_t.
Module: wine Branch: master Commit: c5026298198732fd789253428a4d3e488c0379d5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c5026298198732fd789253428a... Author: Jacek Caban <jacek(a)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(a)codeweavers.com> Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=c5026298198732fd789253...
participants (1)
-
Alexandre Julliard