gelf4j icon indicating copy to clipboard operation
gelf4j copied to clipboard

Chunked messages header fix

Open narkisr opened this issue 13 years ago • 2 comments

Iv fixed the chunked header implementation for graylog2-server, the current gelf4j implementation uses 36 characters for the header while the current spec supports only 12, iv followed the same algorithm as the gelf4r implementation (using md5 on the current time) and verified the the graylog2 server works,

Best regards Ronen

narkisr avatar Feb 11 '12 23:02 narkisr

Note that I didn't cleanup much, just illustrated a possible solution, also in further commits iv cleared some printing

ef199d906346ae7005dcffd397b51add16a5644a

narkisr avatar Feb 12 '12 00:02 narkisr

cool thanks. will check it out.

pstehlik avatar Feb 12 '12 00:02 pstehlik