protocol icon indicating copy to clipboard operation
protocol copied to clipboard

Various protocol decoders and encoders

Results 4 protocol issues
Sort by recently updated
recently updated
newest added

scodec is now published for 2.13. so this project could move as well. I could offer a help with it, if you are interested

Hi, from some Android device running Chrome 73, the following Accept header is sent ``` Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3 ``` The parser fails on the last `v=` part, saying expecting a `q=`...

I would like to add LZ4 support as our production topics uses this compression. The tests don't pass. I am pretty sure using `LZ4FrameInputStream` and `LZ4FrameOutputStream` is the issue here...