Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information