You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tchap 2.0.4 doesn't contain this fix and uses Http2.
Maybe an other implementation of http2 will fixe the problem.
An option is available on OkHttp :
/**
* Cleartext HTTP/2 with no "upgrade" round trip. This option requires the client to have prior
* knowledge that the server supports cleartext HTTP/2.
*
* See also [Starting HTTP/2 with Prior Knowledge][rfc_7540_34].
*
* [rfc_7540_34]: https://tools.ietf.org/html/rfc7540.section-3.4
*/
H2_PRIOR_KNOWLEDGE("h2_prior_knowledge"),
The text was updated successfully, but these errors were encountered:
Element Android used Http2 and rollback to Htpp 1.1 in january 2022 because of some network troubles.
Issue: element-hq/element-android#4669
PR: element-hq/element-android#4952
Tchap 2.0.4 doesn't contain this fix and uses Http2.
Maybe an other implementation of http2 will fixe the problem.
An option is available on OkHttp :
The text was updated successfully, but these errors were encountered: