netty5/example/src/main
Daniel Bevenius c1d6ba0598 OkResponseHandler should return a FullHttpResponse.
Motivation:
Currently OkResponseHandler returns a DefaultHttpResponse which is not
correct and it should be returning complete http response.

Modifications:
Updated OkResponseHandler to return an instance of
DefaultFullHttpResponse.

Result:
It is not possible to add compression to the example without getting any
errors.
2014-06-03 09:44:32 +02:00
..
java/io/netty/example OkResponseHandler should return a FullHttpResponse. 2014-06-03 09:44:32 +02:00
resources/cors Clean up the examples 2014-05-23 17:13:09 +09:00