jupyterkat opened a new issue, #4522: URL: https://github.com/apache/arrow-rs/issues/4522
**Describe the bug** Trying to send bytes to azure blob storage results in `hyper::Error(http2, Error { kind: GoAway {"'", FRAME_SIZE_ERROR, Library}}}` **To Reproduce** Use `put_multipart` or `put` as usual on an azure object store **Expected behavior** Bytes should be sent correctly **Additional context** Might be due to azure only supporting http1.1 while object_store tries to send with http2 https://users.rust-lang.org/t/http2-0-frame-size-error-what-doest-that-mean/81106 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org