Closed tsroman closed 6 months ago
As noted in https://github.com/Benedicht/BestHTTP-Issues/issues/189 you shouldn't even call Dispose() manually. Abort is a different function because the processing cancellation takes time and some resources can be freed safely only when it's finished.
I think the Dispose method should Abort() HTTPRequest automatically