netty5/example
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
..
src/main OkResponseHandler should return a FullHttpResponse. 2014-06-03 09:44:32 +02:00
.gitignore [#844] [#867] Add UDT transport 2013-01-07 21:06:22 +01:00
pom.xml Use a forked exec-maven-plugin instead of maven-antrun-plugin 2014-05-23 20:06:04 +09:00