Problem Statement
http2 in reqwest / hyper is slow and buggy.
We would like to be able to disable reqwest's http2 feature entirely, but sentry makes this impossible if the reqwest transport should be used.
Solution Brainstorm
Either drop feature from the reqwest dependency, or pass through an optional flag. (E.g. sentry flag reqwest for transport reqwest without http2 – and sentry flag reqwest-http for reqwest?/http2.)
Problem Statement
http2inreqwest/hyperis slow and buggy.We would like to be able to disable
reqwest'shttp2feature entirely, butsentrymakes this impossible if thereqwesttransport should be used.Solution Brainstorm
Either drop feature from the
reqwestdependency, or pass through an optional flag. (E.g.sentryflagreqwestfor transportreqwestwithouthttp2– andsentryflagreqwest-httpforreqwest?/http2.)