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
{{ message }}
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.
I see #125 is about to fallback to HTTP/1.1 on a http2 server side, but how about http2 client? for all current available http client connection packages on npm, I'm not seeing one support http2 yet, include the https://www.npmjs.com/package/request ; wonder is there a way to connect an api server prefer http2 but can fallback to http1 if no h2 support from the server?
can we have an option { allowHTTP1: true } on http2.connect(authority[, options][, listener])
I see #125 is about to fallback to HTTP/1.1 on a http2 server side, but how about http2 client? for all current available http client connection packages on npm, I'm not seeing one support http2 yet, include the https://www.npmjs.com/package/request ; wonder is there a way to connect an api server prefer http2 but can fallback to http1 if no h2 support from the server?
can we have an option
{ allowHTTP1: true }
onhttp2.connect(authority[, options][, listener])
https://nodejs.org/api/http2.html#http2_http2_connect_authority_options_listener
The text was updated successfully, but these errors were encountered: