-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
2.3.7.SP1
-
None
SavedRequest eagerly allocates the data buffer to the configured max. That can allow for unnecessary garbage allocation to heap for small content length POSTs, particularly if max-buffered-request-size is increased.
It'd be best to size the buffer to the request content length if known.