Displaying 1 result from an estimated 1 matches for "szzero".
Did you mean:
szero
2010 Jun 04
0
How I improved wininet for SSL through a proxy...
...eally 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, lpwhr->pCustHeaders[i].lpszField) && !strcmpW(verb, szConnect))
{...