Skip to content

Commit

Permalink
Update client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
diberry authored Jan 10, 2024
1 parent 026edb9 commit 9fce808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs-http/exercise-express-middleware/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ http.get(
headers: {},
},
(res) => {
console.log("connected");
console.log(`connected - statusCode: ${res.statusCode}`);
res.on("data", (chunk) => {
console.log("chunk", "" + chunk);
});
Expand Down

0 comments on commit 9fce808

Please sign in to comment.