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
Curl has http2 support since some time ago https://curl.se/docs/http2.html. In fact, it is enabled by default when https is used.
Is it planned to get this options supported in the project?
If not, I would like to understand what it is needed to enable it.
Supporting these new options involves executing the pre-processor programs like: #51 or is it needed an extra effort to enable it?
Of course, I suppose that supporting some of the new HTTP2 features (streaming, bidirectional, etc.) will require an extra effort, but maybe a "light" version of http2 support would take advantage of most features in HTTP2 (speed, compression, security, etc.).
The text was updated successfully, but these errors were encountered:
Curl has http2 support since some time ago https://curl.se/docs/http2.html. In fact, it is enabled by default when https is used.
Is it planned to get this options supported in the project?
If not, I would like to understand what it is needed to enable it.
Supporting these new options involves executing the pre-processor programs like: #51 or is it needed an extra effort to enable it?
Of course, I suppose that supporting some of the new HTTP2 features (streaming, bidirectional, etc.) will require an extra effort, but maybe a "light" version of http2 support would take advantage of most features in HTTP2 (speed, compression, security, etc.).
The text was updated successfully, but these errors were encountered: