Re: rpki-client more http fixes

2022-09-08 Thread Theo Buehler
On Thu, Sep 08, 2022 at 03:26:28PM +0200, Claudio Jeker wrote: > The rpki-client http client uses http_get_line to get a single header > line. For field lines (fancy RFC term for the headers) any space at the > end of the line should be stripped. For status lines the situation is a > bit more speci

rpki-client more http fixes

2022-09-08 Thread Claudio Jeker
The rpki-client http client uses http_get_line to get a single header line. For field lines (fancy RFC term for the headers) any space at the end of the line should be stripped. For status lines the situation is a bit more special but our code does not depend on the space after the status code. Fin