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
Add buf_read_size setting for configurable request body buffering
- Introduced `buf_read_size` setting to control buffer size for reading request data from the socket.
- Updated `Body` class to utilize `buf_read_size` for reading operations.
- Added validation for `buf_read_size` to ensure it is a positive integer.
- Enhanced tests to cover the new setting and its validation.
0 commit comments