FS#47304 - [curl] Add HTTP2 support
Attached to Project:
Arch Linux
Opened by Evan McLean (ecognito) - Tuesday, 08 December 2015, 22:09 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 09 December 2015, 00:19 GMT
Opened by Evan McLean (ecognito) - Tuesday, 08 December 2015, 22:09 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 09 December 2015, 00:19 GMT
|
Details
Suggest adding nghttp2 as a dependency in the PKGBUILD so
curl will include support for HTTP2.
To confirm it works: 0. Verify that nghttp2 is not already installed. 1. makepkg current 7.46.0-1 test package and install package file. 2. Run "curl --http2 -I https://nghttp2.org/" You will get an unknown protocol error. 3. Add nghttp2 to the depends line in the PKGBUILD. 4. pacman -S nghttp2 5. makepkg curl and install new package file again. 6. Run "curl --http2 -I https://nghttp2.org/" Success! Fame! Fortune! |
This task depends upon
Closed by Doug Newgard (Scimmia)
Wednesday, 09 December 2015, 00:19 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#37894
Wednesday, 09 December 2015, 00:19 GMT
Reason for closing: Duplicate
Additional comments about closing: