summaryrefslogtreecommitdiff
path: root/lib/_http_client.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_http_client.js')
-rw-r--r--lib/_http_client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_http_client.js b/lib/_http_client.js
index 538586e54..ae8e4f4e6 100644
--- a/lib/_http_client.js
+++ b/lib/_http_client.js
@@ -371,7 +371,7 @@ function parserOnIncomingClient(res, shouldKeepAlive) {
var req = socket._httpMessage;
- // propogate "domain" setting...
+ // propagate "domain" setting...
if (req.domain && !res.domain) {
debug('setting "res.domain"');
res.domain = req.domain;
@@ -474,7 +474,7 @@ function tickOnSocket(req, socket) {
socket.parser = parser;
socket._httpMessage = req;
- // Setup "drain" propogation.
+ // Setup "drain" propagation.
httpSocketSetup(socket);
// Propagate headers limit from request object to parser