[Google Cloud Run imposes limit of 32MB requests](https://stackoverflow.com/questions/59209884/cloud-run-request-limit) when using HTTP/1 interfering heavily with Attic uploads. It could be solved by either: - #121 - using HTTP/2. According to the [`reqwest` docs](https://docs.rs/reqwest/latest/reqwest/#optional-features) HTTP/2 should be enabled by default, but somehow I'm encountering this error.
Google Cloud Run imposes limit of 32MB requests when using HTTP/1 interfering heavily with Attic uploads.
It could be solved by either:
According to the
reqwestdocs HTTP/2 should be enabled by default, but somehow I'm encountering this error.