We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b821fef commit 15a4c23Copy full SHA for 15a4c23
packages/serverless/src/backend_connector.js
@@ -592,7 +592,7 @@ function cleanupRequest(req) {
592
req.once('error', () => {});
593
594
// Finally, abort the request because from our end we are no longer interested in the response and we also do
595
- // not want to let pending IO actions linger in the event loop. This will also call request.destoy and
+ // not want to let pending IO actions linger in the event loop. This will also call request.destroy and
596
// req.socket.destroy() internally.
597
destroyRequest(req);
598
}
0 commit comments