mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:13:31 +03:00
vquic: drop msh3
It has never been properly functional in curl while there are several alternatives that are. Closes #17729
This commit is contained in:
parent
c4430c542a
commit
91138b014d
32 changed files with 22 additions and 1612 deletions
|
|
@ -586,7 +586,7 @@ class ScoreRunner:
|
|||
score['meta']['protocol'] = 'h3'
|
||||
if not self.env.have_h3_curl():
|
||||
raise ScoreCardError('curl does not support HTTP/3')
|
||||
for lib in ['ngtcp2', 'quiche', 'msh3', 'nghttp3']:
|
||||
for lib in ['ngtcp2', 'quiche', 'nghttp3']:
|
||||
if self.env.curl_uses_lib(lib):
|
||||
score['meta']['implementation'] = lib
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue