Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4296 +/- ##
=======================================
Coverage 94.84% 94.84%
=======================================
Files 187 187
Lines 7194 7195 +1
=======================================
+ Hits 6823 6824 +1
Misses 371 371 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Note: I was able to manually test this with @dbolduc repro instructions. However, I couldn't find a good place to automate the testing since it requires adding the "http2" feature to reqwest in the cargo.toml. Any pointer in that regard is welcomed. |
I think you would need a new integration test crate that enables that feature, and you would need to run that with |
Force reqwest to use http1 only as we currently do not support HTTP2 in our clients.