Crash fixes, including firewall problems, many Optimizations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3243 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
17b58ae2d9
commit
959b379381
4 changed files with 167 additions and 91 deletions
|
@ -341,7 +341,8 @@ int JNL_HTTPGet::run()
|
|||
|
||||
|
||||
run_again:
|
||||
static char buf[4096];
|
||||
static char main_buf[4096];
|
||||
char *buf = main_buf;
|
||||
m_con->run();
|
||||
|
||||
if (m_con->get_state()==JNL_Connection::STATE_ERROR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue