In what area(s)?
/area networking
Describe the feature
When we introduced the retrying transport to the activator in #1292 we added a handler to the activator that limited the request size based on the content-length header. With the switch to network probing (away from the retrying transport with the "rewinder"), we should be able to remove this limitation as we no longer need to buffer the request into memory.
Am I missing anything? If not, let's remove this along with the Rewinder / Retrying transport.
cc @dprotaso @tcnghia @bsnchan @markusthoemmes
In what area(s)?
/area networking
Describe the feature
When we introduced the retrying transport to the activator in #1292 we added a handler to the activator that limited the request size based on the
content-lengthheader. With the switch to network probing (away from the retrying transport with the "rewinder"), we should be able to remove this limitation as we no longer need to buffer the request into memory.Am I missing anything? If not, let's remove this along with the Rewinder / Retrying transport.
cc @dprotaso @tcnghia @bsnchan @markusthoemmes