Julian Wang

Results 8 issues of Julian Wang

Hello @seanmonstar, Thanks for this great crate. I'm using this as the basic parser for http data analysis. I want to get as much as information even though the http...

Partial header value is also useful in some cases.

Document like following ``` ``` will be parsed to ``` ... ... ``` [playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=aff145a2d266ec72b3eb76f0732f120e)

C-bug

Hi @emanuele-f, I'm using tcp exporter to send data to my data collector, but the server's IP may change, so I want to know if you can support specifying the...

enhancement

How to achieve that when repeating, if the length of the last type of data is insufficient, the last one is ignored and only the preceding part is retained.

question

Hi, I have some compressed data but I don’t know the minimum possible size after decompression. Are there any efficient ways to decompress it without knowing the exact uncompressed length?...

Related issue #84

Hello @chifflier, Thanks for your great job. I have a scenario where I need to parse partial messages. For example, a Client Hello message might be split into two packets...