Skip to content

Commit

Permalink
remove unnecessary continue
Browse files Browse the repository at this point in the history
  • Loading branch information
jessetane committed Jun 13, 2016
1 parent fdd52f1 commit bce9cca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ module.exports = function extractSNI (data) {
return data.toString('ascii', n, n + nameLength);
} else {
n += nameLength;
continue;
}
}
} else { // ExtensionType was something we are not interested in
Expand Down

0 comments on commit bce9cca

Please sign in to comment.