When I bundle the oksse library as part of my android app, I get an issue where the list of protocols available is limited to only http/1.1
However, I've been explicitly passing in an OkHttpClient that has h2 as part of the protocols
Seems like the PR here isn't included in the library that was published to jitpack #25