SA-MP Forums Archive
HTTP response code 6 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: HTTP response code 6 (/showthread.php?tid=607550)



HTTP response code 6 - Stinged - 21.05.2016

For some reason I get a response code 6 which is a malformed response.
These are completely random. If I keep calling the HTTP function it will work.

I made the function recall the HTTP function everytime I get a response code 6.
Here's an example:

Quote:

[10:27:07] DEBUG: Sending url

[10:27:08] DEBUG: Response code 6, trying again...
[10:27:08] DEBUG: Response code 6, trying again...
[10:27:08] DEBUG: Response code 6, trying again...
[10:27:09] DEBUG: Response code 6, trying again...
[10:27:09] DEBUG: Response code 6, trying again...
[10:27:09] DEBUG: Response code 6, trying again...
[10:27:10] DEBUG: Response code 6, trying again...
[10:27:10] DEBUG: Response code 6, trying again...
[10:27:10] DEBUG: Response code 6, trying again...
[10:27:10] DEBUG: Response code 6, trying again...
[10:27:11] DEBUG: Response code 6, trying again...
[10:27:11] DEBUG: Response code 6, trying again...
[10:27:12] DEBUG: Response code 6, trying again...
[10:27:13] DEBUG: Response code 6, trying again...
[10:27:13] DEBUG: Response code 6, trying again...

[10:27:13] DEBUG: Response code 200
[10:27:13] DEBUG: Data has been printed.




Re: HTTP response code 6 - Stinged - 22.05.2016

24 hour bump.