]> gitweb.factorcode.org Git - factor.git/commitdiff
http: don't add "modern" headers by default
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 6 Aug 2022 03:39:54 +0000 (20:39 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 6 Aug 2022 03:39:54 +0000 (20:39 -0700)
basis/http/http.factor

index 9a20429ab7540e9318043fb544b9c987b9c6e9d6..9995c31b91069d7428a74917927b889edced1a9f 100644 (file)
@@ -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 ;