CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/10 07:20:03
Modified files:
usr.sbin/rpki-client: http.c
Log message:
Properly handle keep-alive for HTTP/1.1. If the server uses HTTP/1.1
keep-alive is the default. Check this early on and disable keep-alive
if a Connection: closed header is sent. Fixes the keep-alive issues
I have seen.
OK sthen@
