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
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