You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a POST request when forgetting to run server, rest book will keep the request open and increase ram consumption and ultimately freezing VSCode.
To recreate, use sample data below and run the request without a server running.
POST http://localhost:3000/api/foo
User-Agent: rest-book
Content-Type: application/json
{
"foo": "bar"
}
After creating a POST request when forgetting to run server, rest book will keep the request open and increase ram consumption and ultimately freezing VSCode.
To recreate, use sample data below and run the request without a server running.
using the following:
REST BOOK v6.0.1
GITHUB:
Version: 1.65.2
Commit: c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1
Date: 2022-03-10T14:33:49.188Z (1 wk ago)
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 21.3.0
OS:
MacOs Monteray 12.2.1
The text was updated successfully, but these errors were encountered: