From bce9cca204e6ab7765058f82b7401f12e8830d25 Mon Sep 17 00:00:00 2001 From: Jesse Tane Date: Mon, 13 Jun 2016 14:33:06 -0400 Subject: [PATCH] remove unnecessary continue --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 56c481c..6adc5a1 100644 --- a/index.js +++ b/index.js @@ -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