From 51f46f8e5717bddb7bea3d3c9417d0e173e94cf1 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 5 Aug 2022 20:39:54 -0700 Subject: [PATCH] http: don't add "modern" headers by default --- basis/http/http.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/http/http.factor b/basis/http/http.factor index 9a20429ab7..9995c31b91 100644 --- a/basis/http/http.factor +++ b/basis/http/http.factor @@ -195,7 +195,7 @@ TUPLE: response "close" "Connection" set-header now timestamp>http-string "Date" set-header "Factor http.server" "Server" set-header - add-modern-headers + ! XXX: add-modern-headers utf8 >>content-encoding V{ } clone >>cookies ; -- 2.34.1