Skip to content

2019-01-19

Compare
Choose a tag to compare
@sagebind sagebind released this 04 Jun 03:11
· 528 commits to master since this release
57b4b97
  • Reduced API surface area of Body, removed Seek implementation. In the future, request and response body may be AsyncRead 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.