I have seen that there is no trailer header support in the parser. Is it a difficult task to implement?
The way I see it, one would have to, on message complete, check whether there are trailers.
If no trailers available, done.
If trailers available, use the headers parser, call the same callback or a different callback (#on_trailer_headers_complete?) and call #on_message_complete.
I have seen that there is no trailer header support in the parser. Is it a difficult task to implement?
The way I see it, one would have to, on message complete, check whether there are trailers.
If no trailers available, done.
If trailers available, use the headers parser, call the same callback or a different callback (#on_trailer_headers_complete?) and call #on_message_complete.