search for: lpwhr

Displaying 3 results from an estimated 3 matches for "lpwhr".

2010 Jun 04
0
How I improved wininet for SSL through a proxy...
...urns with a CONTINUE. But not all servers are using this. Thankfully the one server my app really depends on doesn't use CONTINUE, so this is a big step forward for me. Here it is (the original logic I'm enhancing is in blue): static LPWSTR HTTP_BuildHeaderRequestString( http_request_t *lpwhr, LPCWSTR verb, LPCWSTR path, LPCWSTR version ) { ... static const WCHAR szZero[] = { '0',0 }; static const WCHAR szConnect[] = {'C','O','N','N','E','C','T',0}; ... if (!strcmpW(szContent_Length,...
2008 Mar 21
0
Wine release 0.9.58
...Fix -Oi interpreter for base types. rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters. urlmon: Initialise the cache_file field of DownloadBSC on creation. wininet: Fix proxy authentication by using the data in lpwhr->pProxyAuthInfo in HTTP_InsertAuthorization instead of lpwhr->pAuthInfo when inserting the Proxy-Authentication header. wininet: Only clear authentication header if the connection has authentication information. wininet: Add tests for some URL cache functions. wininet: Imple...
2009 May 22
0
Wine release 1.1.22
...9;t try to use ntlm_auth --use-cred-cache. Lionel Debroux (1): kernel32: Fix doc header for SetThreadIdealProcessor. Luke Benstead (1): ddraw: Add tests for DirectDrawSurface reference counting. Marcus Meissner (2): urlmon: Separate NULL ptr check (Coverity 924). wininet: lpwhr cannot be NULL (Coverity 927). Michael Stefaniuc (9): msvideo.dll16: Add missing unlock on an error path (Smatch). msctf: Allocate memory only right before it's needed. notepad: Use the more specific MAKEINTRESOURCEW macro. notepad: Use the explicit W-form of the functi...