我尝试使用
curl "https://www.aeromexico.com/en-us/am-news/new-Rome-route" -s --trace-ascii -
但据报道
== Info: HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
我需要向 curl 提供哪些选项才能让其尝试所有可用的协议?HTTP2 似乎不起作用。
我尝试使用
curl "https://www.aeromexico.com/en-us/am-news/new-Rome-route" -s --trace-ascii -
但据报道
== Info: HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
我需要向 curl 提供哪些选项才能让其尝试所有可用的协议?HTTP2 似乎不起作用。