HTTP function crashing the server
#5

Quote:
Originally Posted by Lorenc_
Посмотреть сообщение
There isn't. I tried this on my main server and my local server. Both crash. You might want to try this too.



How does one receive it in chunks...? Not even sure if that makes sense for this scenario.

Never the less, in chunks would be slow as hell.
pawn Код:
new string[1024];
    while(strlen(data) > 1024)
    {
        format(string,sizeof(string),data);
        strdel(data,0,1024);
        printf(string);
    }
    printf(data);
Something like this I'm guessing.
Reply


Messages In This Thread
HTTP function crashing the server - by Lorenc_ - 18.01.2014, 01:58
Re: HTTP function crashing the server - by ProjectMan - 18.01.2014, 05:36
Re: HTTP function crashing the server - by iZN - 18.01.2014, 07:04
Re: HTTP function crashing the server - by Lorenc_ - 18.01.2014, 08:13
Re: HTTP function crashing the server - by tyler12 - 18.01.2014, 08:33
Re: HTTP function crashing the server - by Lorenc_ - 18.01.2014, 16:01
Re: HTTP function crashing the server - by xeeZ - 18.01.2014, 16:38

Forum Jump:


Users browsing this thread: 1 Guest(s)