Skip to content

Commit f95c3a4

Browse files
removed cleanup
1 parent ca68c61 commit f95c3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpsProxySocket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export class HttpsProxySocket {
149149
// nullify the buffered data since we won't be needing it
150150
buffers = [];
151151

152-
cleanup();
152+
// cleanup();
153153
cb(null, sock);
154154
} else {
155155
// some other status code that's not 200... need to re-play the HTTP header

0 commit comments

Comments
 (0)