Closed arnaudgeiser closed 1 year ago
It adds the support of max-request-body-size by leveraging HttpObjectAggregator to do so. This aggregator returns 413 Entity Too Large when the content sent to the server is too large.
max-request-body-size
HttpObjectAggregator
413 Entity Too Large
Closes #452
It adds the support of
max-request-body-size
by leveragingHttpObjectAggregator
to do so. This aggregator returns413 Entity Too Large
when the content sent to the server is too large.Closes #452