Skip to content

Commit

Permalink
net: linted code
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Mar 1, 2022
1 parent e2dba6d commit 93f3307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-https-agent-session-reuse.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const server = https.createServer(options, function(req, res) {
const options = queue.shift();
options.agent = agent;
options.headers = { ...options.headers, connection: 'close' };

https.request(options, function(res) {
clientSessions[options.name] = res.socket.getSession();

Expand Down

0 comments on commit 93f3307

Please sign in to comment.