add support for saving and loading cookies

This commit is contained in:
ading2210 2024-03-19 18:41:54 -04:00
parent d23703ff9a
commit f8e55ea307
7 changed files with 65 additions and 12 deletions

View file

@ -146,8 +146,6 @@ class CurlSession {
headers_callback(stream);
}
console.log(error);
try {
stream_controller.close();
}