mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.4.5
- [OPTIMIZATION]: flush encoder stream only when necessary. - [BUGFIX] Use ls-qpack v0.10.2 for new API -- and for a bug fix. - [BUGFIX] Typo in IETF conn SETTINGS writer. - Use latest BoringSSL.
This commit is contained in:
parent
662de5e197
commit
4947ba950d
16 changed files with 41 additions and 130 deletions
|
@ -17,8 +17,7 @@ COPY ./ /src/lsquic/
|
|||
|
||||
RUN git clone https://boringssl.googlesource.com/boringssl && \
|
||||
cd boringssl && \
|
||||
git checkout 32e59d2d3264e4e104b355ef73663b8b79ac4093 && \
|
||||
patch -p1 -i /src/lsquic/patches/boringssl-meds.patch && \
|
||||
git checkout 49de1fc2910524c888866c7e2b0db1ba8af2a530 && \
|
||||
cmake . && \
|
||||
make
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue