2019-01-19
- Reduced API surface area of
Body
, removedSeek
implementation. In the future, request and response body may beAsyncRead
instead, or even a trait. Body
can be "resettable" instead of seekable, which will now be used if curl requests to seek to the beginning of the request body stream.- Small optimization in handling curl multi messages to reduce allocations.