On Fri, Oct 22, 2021 at 05:13:06AM -0600, Claudio Jeker wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [email protected] 2021/10/22 05:13:06
>
> Modified files:
> usr.sbin/rpki-client: extern.h http.c io.c main.c parser.c
> rrdp.c rsync.c
>
> Log message:
> First step of cleanup in the io land. Introduce io_buf_new() and
> io_buf_close(). These function will inject a size of the the buffer
> at the beginning of the buffer and will allow the read size to be
> switched to proper async IO.
> OK benno@
This broke test-http:
==== run-regress-test-http ====
./test-http https://jigsaw.w3.org/HTTP/TE/foo.txt foo.txt
test-http: Cannot allocate memory
test-http: read: unexpected end of file
*** Error 1 in libressl (Makefile:15 'run-regress-test-http')
FAILED