Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.14.2, 2.15.0
-
None
-
Unknown
Description
HttpServerChannelHandler is created per NettyHttpConsumer, we should not store the Request instance in it's field.
BTW, we can alway access the Request Object from the MessageEvent or Context Object from the NettyHttpHandler.