You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify client/client-handler to support HttpObjectAggregator (#393)
HttpObjectAggregator modifies the response to aggregate all HttpMessage(s) up to a maximum length (it throws a TooLongFrameException if the length exceed the limit).
When this handler is part of the pipeline, the channel receives an instance of FullHttpResponse with the whole aggregated response.
0 commit comments