winhttp: Allocate netconn_t separately from request_t.
commitc5026298198732fd789253428a4d3e488c0379d5
authorJacek Caban <jacek@codeweavers.com>
Thu, 13 Jul 2017 11:01:03 +0000 (13 13:01 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 13 Jul 2017 16:34:45 +0000 (13 18:34 +0200)
treec094b27cc2c69c0e6b21fb60f108cd0c403a1521
parentc06104c62ac5383f0b9220bc776e735bea3c43a5
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
dlls/winhttp/request.c
dlls/winhttp/session.c
dlls/winhttp/winhttp_private.h