CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/23 10:03:47
Modified files:
usr.sbin/rpki-client: http.c
Log message:
Adjust HTTP/1.1 request string
* "Connection: keep-alive" isn't needed, as the HTTP 1.1 default is to
use persistent connections (RFC 7230, section 6.3).
* "Host" is recommended to be in the front.
* "Accept-Encoding: identity" makes it clear to the server compression
encodings are not supported.
Based on suggestions from Julian Reschke.
OK benno@ claudio@
