mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03:00
msh3: psss remote_port to MsH3ConnectionOpen
MsH3 supported additional "Port" parameter to connect not hosted on 443 port QUIC website. * https://github.com/nibanks/msh3/releases/tag/v0.3.0 * https://github.com/nibanks/msh3/pull/37 Closes #8762
This commit is contained in:
parent
a3cf94f3ef
commit
279dfb620b
2 changed files with 7 additions and 4 deletions
|
|
@ -144,7 +144,7 @@ Build curl:
|
|||
|
||||
Build msh3:
|
||||
|
||||
% git clone -b v0.1.0 --single-branch --recursive https://github.com/nibanks/msh3
|
||||
% git clone -b v0.3.0 --single-branch --recursive https://github.com/nibanks/msh3
|
||||
% cd msh3 && mkdir build && cd build
|
||||
% cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
|
||||
% cmake --build .
|
||||
|
|
@ -165,7 +165,7 @@ Run from `/usr/local/bin/curl`.
|
|||
|
||||
Build msh3:
|
||||
|
||||
% git clone -b v0.2.0 --single-branch --recursive https://github.com/nibanks/msh3
|
||||
% git clone -b v0.3.0 --single-branch --recursive https://github.com/nibanks/msh3
|
||||
% cd msh3 && mkdir build && cd build
|
||||
% cmake -G 'Visual Studio 17 2022' -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
|
||||
% cmake --build . --config Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue