v1.2.0
## Minor release changes
- Add versions of
HBRequestBody.consumeBodyandHBByteBufferStreamer.consumeAllthat include amaxSizeparameter and will throw an error if amount of memory streamed is greater thanmaxSize. - Deprecate version of
HBRequestBody.consumeBodywithoutmaxSizeparameter.
Patch release changes
- Use channel.pipeline.syncOperations when building HTTP1 child channel
- Avoid using
flatSubmitinHBByteBufferStreamerwhere possible.