CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/03/25 06:18:45
Modified files: usr.sbin/rpki-client: extern.h http.c main.c Log message: Adjust HTTP client code a bit. Add support for 304 Not Modified responses, remove handling of 206 Partial Content (the client does not use range headers). Report the Last-Modified timestamp back to the requestor and switch OK to a enum value for (FAIL, OK and NOT MODIFIED). OK tb@