Skip to content

v0.1.6

Choose a tag to compare

@rustyconover rustyconover released this 02 Mar 22:17
· 514 commits to main since this release

What's Changed

HTTP transport fix

  • Add _DrainRequestMiddleware to ensure the HTTP request body is fully consumed before the WSGI response is returned. Fixes TypeError("Can't read from request stream after response has been sent.") on Cloudflare Workers when error paths (invalid tokens, malformed requests) returned a response without draining the request body.

Full Changelog: v0.1.5...v0.1.6