wininet: Remove old FIXME about bypassing proxy.

This commit is contained in:
Daniel Lehman 2013-05-06 11:17:32 -07:00 committed by Alexandre Julliard
parent cbeb11b5f8
commit d853009ef8
1 changed files with 0 additions and 4 deletions

View File

@ -5753,10 +5753,6 @@ DWORD HTTP_Connect(appinfo_t *hIC, LPCWSTR lpszServerName,
session->appInfo = hIC; session->appInfo = hIC;
list_add_head( &hIC->hdr.children, &session->hdr.entry ); list_add_head( &hIC->hdr.children, &session->hdr.entry );
if(hIC->proxy && hIC->accessType == INTERNET_OPEN_TYPE_PROXY) {
if(hIC->proxyBypass)
FIXME("Proxy bypass is ignored.\n");
}
session->hostName = heap_strdupW(lpszServerName); session->hostName = heap_strdupW(lpszServerName);
if (lpszUserName && lpszUserName[0]) if (lpszUserName && lpszUserName[0])
session->userName = heap_strdupW(lpszUserName); session->userName = heap_strdupW(lpszUserName);