This commit is contained in:
Justin Bertram 2018-01-11 09:43:56 -06:00
commit 499273bd68
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ public class NettyConnector extends AbstractConnector {
SslHandler handler = new SslHandler(engine); SslHandler handler = new SslHandler(engine);
pipeline.addLast(handler); pipeline.addLast("ssl", handler);
} }
if (httpEnabled) { if (httpEnabled) {