View Single Post
dordnung
Veteran Member
Join Date: Apr 2010
Old 02-12-2018 , 17:23   Re: [EXTENSION] System2 - Easy to use HTTP/FTP Request API and useful system natives
Reply With Quote #84

Mh, I'll take a look at it and write if i have new information.

Two remarks which have nothing to do with the crash:

1. Use OnPluginStart for the first poll, otherwise you will increase the request count on every map start
2. Use response.GetContent(res, sizeof(res)) instead of response.GetContent(res, response.ContentLength + 1)
__________________

Last edited by dordnung; 02-12-2018 at 17:23.
dordnung is offline