4.2.1
- #56:
getBodyAsString
now returns at most as many bytes as the contents of
theContent-Length
header. This allows users to pass much larger strings
without having to copy and truncate them.
getBodyAsString
now returns at most as many bytes as the contents ofContent-Length
header. This allows users to pass much larger strings