From 4e604a65538e35a4e6c05627b940504477e9fb1a Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 12 Jul 2013 11:21:51 +0200 Subject: [PATCH] Make clear how to use HTTPS in the helloworld example --- .../http/helloworld/HttpHelloWorldServerInitializer.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example/src/main/java/io/netty/example/http/helloworld/HttpHelloWorldServerInitializer.java b/example/src/main/java/io/netty/example/http/helloworld/HttpHelloWorldServerInitializer.java index a1c6bbeaa3..d77a72aabe 100644 --- a/example/src/main/java/io/netty/example/http/helloworld/HttpHelloWorldServerInitializer.java +++ b/example/src/main/java/io/netty/example/http/helloworld/HttpHelloWorldServerInitializer.java @@ -25,6 +25,11 @@ public class HttpHelloWorldServerInitializer extends ChannelInitializer