Skip to content

Commit 45c302b

Browse files
typo in comment
1 parent 91f32ed commit 45c302b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Proxy.prototype._onHttpServerConnect = function(req, socket, head) {
274274

275275
/*
276276
* Detect TLS from first bytes of data
277-
* Inspered from https://gist.github.com/tg-x/835636
277+
* Inspired from https://gist.github.com/tg-x/835636
278278
* used heuristic:
279279
* - an incoming connection using SSLv3/TLSv1 records should start with 0x16
280280
* - an incoming connection using SSLv2 records should start with the record size

0 commit comments

Comments
 (0)