Skip to content

Commit

Permalink
Merge pull request #256 from qzhuyan/patch/william/lb
Browse files Browse the repository at this point in the history
fix: patch msquic 2.2.3 for global lb config
  • Loading branch information
qzhuyan committed Jan 11, 2024
2 parents c2bfdb8 + c3e1a51 commit 092720a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions get-msquic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ do_patch()
patch_2_2_3()
{
local patch_1="https://github.com/microsoft/msquic/commit/73a11d7bdc724432964a2d4bdc4211ed29823380.patch"
local patch_2="https://github.com/microsoft/msquic/commit/d7a3658cea2bee4a1873623c772dc193165433a6.patch"
mkdir -p "$patch_dir"
echo "Patching Msquic 2.2.3"
do_patch "$patch_1"
do_patch "$patch_2"
}


Expand Down

0 comments on commit 092720a

Please sign in to comment.