diff --git a/Contrib/NSISdl/httpget.cpp b/Contrib/NSISdl/httpget.cpp index 9cb8b35a..c0163491 100644 --- a/Contrib/NSISdl/httpget.cpp +++ b/Contrib/NSISdl/httpget.cpp @@ -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]) { diff --git a/Plugins/nsisdl.dll b/Plugins/nsisdl.dll index 00ae528c..267e8c54 100644 Binary files a/Plugins/nsisdl.dll and b/Plugins/nsisdl.dll differ