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

With

PHP Code:
new System2HTTPRequest(OnHTTPSRequestEnd"https://lugui.in/fdlapi/Debug.php"); 
you always create a new handle, so for each new you need a delete.

You can also add the new to OnPluginStart and then only set the headers in Longpoll, then you don't need to delete it always
__________________
dordnung is offline