nbaksalyar/rust-streaming-http-parser

Examples about retrieving headers are misleading

vincentbernat opened this issue · 0 comments

The Joyent HTTP parser doesn't give any guarantee to get a complete header field or name when callbacks are invoked. When the same callback is invoked twice in a row, results should be appended.