Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interpret negative/zero body-limit as infinite
Currently, if body-limit is set to -1 or zero, there will be either an IOOB exception, or an empty String. Instead, interpret body-limit <= 0 as 'no limit'.
- Loading branch information