Skip to content

Commit 93f3307

Browse files
committed
net: linted code
1 parent e2dba6d commit 93f3307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/parallel/test-https-agent-session-reuse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const server = https.createServer(options, function(req, res) {
9797
const options = queue.shift();
9898
options.agent = agent;
9999
options.headers = { ...options.headers, connection: 'close' };
100-
100+
101101
https.request(options, function(res) {
102102
clientSessions[options.name] = res.socket.getSession();
103103

0 commit comments

Comments
 (0)