Ilya Shipitsin
Ilya Shipitsin
in your case haproxy is built with no compression support `Built without compression support (neither USE_ZLIB nor USE_SLZ are set).` if that is on purpose, I would suggest to perform...
POST is not allowed to cache according to RFC
thanks, I'll keep an eye on coverity
I'm reopening it, coverity is still detecting these issues 
here's full detection log ``` /* 2 * QPACK decompressor 3 * 4 * Copyright 2021 HAProxy Technologies, Frederic Lecaille 5 * 6 * This library is free software; you...
great. I'll keep an eye on coverity
here's updated coverity log from today ``` 187int qpack_decode_fs(const unsigned char *raw, uint64_t len, struct buffer *tmp, 188 struct http_hdr *list, int list_size) 189{ 1. var_decl: Declaring variable value without...
thank for review, I will mark it as false positive
few are still there ``` src/peers.c:621:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] src/qpack-tbl.c:157:3: warning: %d in format string (no....
closing issue, will re-run cppcheck