Patch #781254 applied - thanks Andrey Cherezov

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2780 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-08-03 13:07:02 +00:00
parent 3be3203e2d
commit 6ad030eea6
2 changed files with 1 additions and 1 deletions

View file

@ -186,7 +186,7 @@ void JNL_HTTPGet::connect(char *url)
wsprintf(str,"GET %s HTTP/1.0\r\n",m_http_url);
}
wsprintf(str+strlen(str),"Host:%s\r\n",m_http_host);
wsprintf(str+strlen(str),"Host: %s\r\n",m_http_host);
if (m_http_lpinfo&&m_http_lpinfo[0])
{

Binary file not shown.