Skip to content

Commit

Permalink
concurrent connection
Browse files Browse the repository at this point in the history
  • Loading branch information
kripa-sindhu-007 committed Jun 25, 2024
1 parent 12f28d6 commit 68c2ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const server = net.createServer((socket) => {
else {
socket.write("HTTP/1.1 404 Not Found\r\n\r\n");
}

});

socket.on("close", () => {
Expand Down

0 comments on commit 68c2ad6

Please sign in to comment.