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:
Dmitri Tikhonov 2019-10-08 15:54:01 -04:00
parent 662de5e197
commit 4947ba950d
16 changed files with 41 additions and 130 deletions

View file

@ -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