lsquic

LiteSpeed QUIC and HTTP/3 Library

MIT License

Stars
1.5K

Bot releases are hidden (Show)

lsquic - Client fixes and optimizations

Published by litespeedtech almost 6 years ago

lsquic - Sample program can send parallel requests in a single connection

Published by litespeedtech almost 6 years ago

lsquic - FIx strict aliasing when compiling with optimizations

Published by litespeedtech almost 6 years ago

lsquic - Fix parallel connections in the sample client code

Published by litespeedtech almost 6 years ago

lsquic - [BUGFIX] Engine: reduce minumum batch size from 256 to 4

Published by litespeedtech almost 6 years ago

lsquic - [BUGFIX] Compilation issues on FreeBSD and 32-bit Linux

Published by litespeedtech almost 6 years ago

lsquic - [BUGFIX] Enable PINGs to be sent again

Published by litespeedtech almost 6 years ago

lsquic - Fix a few corner cases

Published by litespeedtech almost 6 years ago

  • Add failsafe: resume sending packets after some time
  • [BUGFIX] Handle corner cases in send controller when packets are a) delayed or b) dropped during repackaging.
  • [BUGFIX] Memory leak: destroy buffered packets during controller cleanup.
lsquic - Do not send STOP_WAITING frames in Q044

Published by litespeedtech almost 6 years ago

lsquic - Fix memory leaks in unit tests

Published by litespeedtech about 6 years ago

lsquic - Packet out Memory Interface (PMI) update; bug fixes

Published by litespeedtech about 6 years ago

lsquic - Release 1.16.0

Published by litespeedtech about 6 years ago

lsquic - Minor API change and a bug fix

Published by litespeedtech about 6 years ago

lsquic - Bugfix release

Published by litespeedtech about 6 years ago

  • [BUGFIX] Do not abort conn on STREAM frame for a reset stream
  • [BUGFIX] Drop packets that would become empty due to repackaging.
    Packets on the scheduled queue may be marked for repackaging.
    Frames such as ACK frame that are never resent are removed from
    repackaged packets. We must check that the newly repackaged packet
    would not be empty. If it would be, it is destroyed instead and
    the next packet on the scheduled queue is used. Note that this
    change only affects the logic to return the next packet to be sent.
    Lost packets that are being rescheduled are already processed in
    this fashion.
  • Byteswap CID before logging it - this makes it match Chrome CIDs.
    (Except Q035, which is the last little-endian GQUIC version we
    support.)
lsquic - API Change, Bug Fixes

Published by litespeedtech about 6 years ago

lsquic - [FEATURE, API Change] HTTP header bypass

Published by litespeedtech about 6 years ago

lsquic - Fix memory leaks

Published by litespeedtech about 6 years ago

lsquic - [BUGFIX] Fix duplicate STREAM frame detection

Published by litespeedtech about 6 years ago

lsquic - Bugfix release

Published by litespeedtech about 6 years ago

lsquic - [FEATURE, API Change] Certificate verification

Published by litespeedtech about 6 years ago