From 955415f4b29c1f5a92a1381899b4ef20628b15e5 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 15 May 2021 15:08:31 +0000 Subject: [PATCH] Remove outdated comment. We got all httpd headers from the fcgi server at this point. --- usr.sbin/httpd/server_fcgi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/httpd/server_fcgi.c b/usr.sbin/httpd/server_fcgi.c index 8d3b581568f..eb142add48c 100644 --- a/usr.sbin/httpd/server_fcgi.c +++ b/usr.sbin/httpd/server_fcgi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server_fcgi.c,v 1.84 2020/09/12 07:34:17 yasuoka Exp $ */ +/* $OpenBSD: server_fcgi.c,v 1.85 2021/05/15 15:08:31 florian Exp $ */ /* * Copyright (c) 2014 Florian Obser @@ -660,7 +660,6 @@ server_fcgi_header(struct client *clt, unsigned int code) kv_add(&resp->http_headers, "Date", tmbuf) == NULL)) return (-1); - /* Write initial header (fcgi might append more) */ if (server_writeresponse_http(clt) == -1 || server_bufferevent_print(clt, "\r\n") == -1 || server_headers(clt, resp, server_writeheader_http, NULL) == -1 || -- 2.20.1