71f507788b
Static Huffman coding + HPACK encode/decode algorithm (for HTTP2) + auto test. Change-Id: I85d6269076cc1d586d17c87bcdee49c21522ef78 Task-number: QTBUG-50946 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
7 lines
155 B
Prolog
7 lines
155 B
Prolog
QT += core core-private network network-private testlib
|
|
CONFIG += testcase parallel_test c++14
|
|
TEMPLATE = app
|
|
TARGET = tst_hpack
|
|
|
|
SOURCES += tst_hpack.cpp
|