Ilya Shipitsin

Results 618 comments of 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

I'm reopening it, coverity is still detecting these issues ![image](https://user-images.githubusercontent.com/2217296/175251606-9106a36b-fbae-48a3-9040-5ba04c93411a.png)

here's full detection log ``` /* 2 * QPACK decompressor 3 * 4 * Copyright 2021 HAProxy Technologies, Frederic Lecaille 5 * 6 * This library is free software; you...

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