bugfixes for websocket api

This commit is contained in:
ading2210 2024-03-20 17:53:39 -04:00
parent 7284487430
commit 3a50060e07
7 changed files with 13 additions and 10 deletions

View file

@ -107,7 +107,7 @@ class CurlWebSocket extends CurlSession {
cleanup(error=0) {
if (this.http_handle) {
this.remove_handle(this.http_handle);
this.remove_request(this.http_handle);
this.http_handle = null;
super.close();
}