Module: wine Branch: master Commit: c5026298198732fd789253428a4d3e488c0379d5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c5026298198732fd789253428a...
Author: Jacek Caban jacek@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@codeweavers.com Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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...