src/hpack/huffman_decoder

Search:
Group by:

Procs

proc hcdecode(s: openArray[byte]; d: var string): int {.inline, ...raises: [],
    tags: [], forbids: [].}
Huffman decoder. Return length of the decoded string. Return -1 on error. Decoded string is appended to param d. If there's an error, d may contain a partial decoded string