Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7609516
  • 博文数量: 1769
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16352
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1769)

文章存档

2024年(15)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: 系统运维

2021-01-25 10:23:07

git clone
cd nghttp3
autoreconf -i
./configure --prefix=/usr/local/nghttp3 --enable-lib-only
make
make install
cd ..

git clone
cd ngtcp2
autoreconf -i
 ./configure PKG_CONFIG_PATH=/usr/local/openssl111g/lib/pkgconfig:/usr/local/nghttp3/lib/pkgconfig LDFLAGS="-Wl,-rpath,/usr/local/openssl111g/lib" --prefix=/usr/local/ngtcp2 --enable-lib-only
make
make install
cd ..

git clone https://github.com/curl/curl
cd curl
./buildconf
LDFLAGS="-Wl,-rpath,/usr/local/openssl111g/lib" ./configure --with-ssl=/usr/local/openssl111g --with-nghttp3=/usr/local/nghttp3 --with-ngtcp2=/usr/local/ngtcp2
make

测试
src/curl --http3 -I
HTTP/3 200 
server: nginx
date: Mon, 25 Jan 2021 02:22:03 GMT
content-type: text/html; charset=UTF-8
vary: accept-encoding
x-powered-by: PHP/5.4.25
x-client-ip: 47.57.139.72
alt-svc: quic=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"

阅读(4513) | 评论(0) | 转发(0) |
0

上一篇:Eclipse Theia安装

下一篇:sealos k8s1.20

给主人留下些什么吧!~~