Module: wine Branch: master Commit: b22ace7f7bceed769a7206755882cd3620f14200 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b22ace7f7bceed769a72067558...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Jun 15 17:33:41 2015 +0200
winhttp: Keep the session open in the request object.
Cookies have session scope in winhttp and they are not saved, so we need to keep the session open to ensure that cookies are passed along with subsequent requests.
---
dlls/winhttp/request.c | 194 ++++++++++++++++++++++++++++--------------------- 1 file changed, 110 insertions(+), 84 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b22ace7f7bceed769a7206...