v7.2.0: Bugfix for checking context errors during body read error
- PR #294: handling and returning valid error code for
context.Canceled
andcontext.DeadlineExceeded
during body read error, and returning meaningful error 4XX instead of a 5XX error.
context.Canceled
and context.DeadlineExceeded
during body read error, and returning meaningful error 4XX instead of a 5XX error.