ErikMinekus / sm-ripext

SourceMod REST in Pawn Extension
https://forums.alliedmods.net/showthread.php?t=298024
GNU General Public License v3.0
136 stars 38 forks source link

Handle owner in Post,Get,Put and other #66

Closed BoneTM closed 2 years ago

BoneTM commented 2 years ago

Plugin A native create a HTTPRequest handle, return it to Plugin B. then Plugin B call Post method, after request perform, the HTTPRequest handle wont be closed. i think the Post method and the other like Get Put should use Plugin A as owner?