CVS: cvs.openbsd.org: src

Job Snijders <[email protected]> Tue, 28 Jul 2026 08:16:57 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/07/28 08:16:57

Modified files:
	usr.sbin/rpki-client: http.c 

Log message:
Ensure consistent states in persistent HTTP connections

Check for mutually exclusive headers and trailing data in
HTTP responses that ought not to contain a message-body.

Reported by Xin Wang (王鑫)

OK claudio@