From: John Benediktsson Date: Sat, 6 Aug 2022 03:39:54 +0000 (-0700) Subject: http: don't add "modern" headers by default X-Git-Tag: 0.99~1198 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=51f46f8e5717bddb7bea3d3c9417d0e173e94cf1 http: don't add "modern" headers by default --- 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 ;