CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/09 12:35:49
Modified files:
usr.sbin/rpki-client: http.c
Log message:
At the end of parsing the http response header do some sanity checks
to ensure that the response includes all needed data.
Right now only the presence of a Location header is checked if a HTTP
redirect was returned (e.g. a 301 status).
Different fix for a report from Daniel Anderson
OK tb@
