Skip to content

Commit 6e25c80

Browse files
committed
manager: fix memory leak with SSL
1 parent 37690f7 commit 6e25c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/manager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ Manager.prototype.handleUpgrade = function (req, socket, head) {
616616

617617
req.head = head;
618618
this.handleClient(data, req);
619+
req.head = null;
619620
};
620621

621622
/**

0 commit comments

Comments
 (0)