Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix swupd operations when curl is not HTTP2-enabled #130

Merged
merged 1 commit into from Sep 7, 2016

Conversation

phmccarty
Copy link
Contributor

To support running swupd on distros without an HTTP2-enabled curl
package, explicitly check for the "unsupported protocol" error, returned
by libcurl in this event.

Signed-off-by: Patrick McCarty patrick.mccarty@intel.com

To support running swupd on distros without an HTTP2-enabled curl
package, explicitly check for the "unsupported protocol" error, returned
by libcurl in this event.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
@phmccarty
Copy link
Contributor Author

This fixes running the test suite on Arch Linux, and also works okay on Clear Linux.

@tmarcu tmarcu merged commit f442666 into clearlinux:master Sep 7, 2016
@tmarcu
Copy link
Contributor

tmarcu commented Sep 7, 2016

+1 Merged f442666

@phmccarty phmccarty deleted the http2-unsupported branch October 29, 2016 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants