Skip to content

3.5.0: Async uploads

Compare
Choose a tag to compare
@thekid thekid released this 30 Sep 12:20
· 153 commits to master since this release
  • Merged PR #92: File upload transmission. Using yield from transmit()
    instead of transfer() on file uploads, these can be streamed in an
    asynchronous manner and without blocking other requests.
    (@thekid)