Files
ports/www/ls-qpack/files/patch-bin-interop-decode.c
T
Sunpoet Po-Chuan Hsieh 3a260ed79c Add ls-qpack 2.2.1
QPACK is the compression mechanism used by HTTP/3 to compress HTTP headers. It
is in the process of being standardazed by the QUIC Working Group. The QPACK
Internet-Draft is has been stable for some time and we don't expect functional
changes to it before the final RFC is released.

ls-qpack is a full-featured, tested, and fast QPACK library. The QPACK encoder
produces excellent compression results based on an innovative mnemonic technique
(to be described in a future article). It boasts the fastest Huffman encoder and
decoder.

The library is production quality. It is used in OpenLiteSpeed, LiteSpeed Web
Server, and LiteSpeed Web ADC.

WWW: https://github.com/litespeedtech/ls-qpack
2020-11-15 17:54:57 +00:00

12 lines
242 B
C

--- bin/interop-decode.c.orig 2020-05-28 18:23:09 UTC
+++ bin/interop-decode.c
@@ -41,7 +41,7 @@
#include "lsqpack.h"
#include "lsxpack_header.h"
-#include "xxhash.h"
+#include <xxhash.h>
#ifndef DEBUG
#include "lsqpack-test.h"
#endif