diff --git a/fsharp-backend/tests/httptestfiles/request-header-content-encoding-brotli.test b/fsharp-backend/tests/httptestfiles/request-header-content-encoding-brotli.test index 44b2c64a2a..efd6eed1ff 100644 --- a/fsharp-backend/tests/httptestfiles/request-header-content-encoding-brotli.test +++ b/fsharp-backend/tests/httptestfiles/request-header-content-encoding-brotli.test @@ -268,7 +268,7 @@ GET / HTTP/1.1 Host: HOST Date: Sun, 08 Nov 2020 15:38:01 GMT Content-Length: 0 -Accept-encoding: gzip +Accept-encoding: br @@ -276,14 +276,17 @@ Accept-encoding: gzip HTTP/1.1 200 OK Date: xxx, xx xxx xxxx xx:xx:xx xxx Content-Type: text/plain -Content-encoding: gzip +Content-Encoding: br // FSHARPONLY +Content-Length: LENGTH // OCAMLONLY Access-Control-Allow-Origin: * // FSHARPONLY access-control-allow-origin: * // OCAMLONLY x-darklang-execution-id: 0123456789 Server: nginx/1.16.1 // OCAMLONLY Server: darklang // FSHARPONLY Connection: keep-alive // OCAMLONLY -Content-Length: LENGTH +Vary: Accept-Encoding // FSHARPONLY +Strict-Transport-Security: max-age=31536000; includeSubDomains; preload // FSHARPONLY +Transfer-Encoding: chunked // FSHARPONLY /*! * * * * * * * * * * * * * * * * * * * * CSShake :: shake diff --git a/fsharp-backend/tests/httptestfiles/request-header-content-encoding-gzip.test b/fsharp-backend/tests/httptestfiles/request-header-content-encoding-gzip.test index a5be5c432e..1c2baa9725 100644 --- a/fsharp-backend/tests/httptestfiles/request-header-content-encoding-gzip.test +++ b/fsharp-backend/tests/httptestfiles/request-header-content-encoding-gzip.test @@ -282,9 +282,10 @@ access-control-allow-origin: * // OCAMLONLY x-darklang-execution-id: 0123456789 Server: nginx/1.16.1 // OCAMLONLY Server: darklang // FSHARPONLY -Transfer-Encoding: chunked -Vary: Accept-Encoding // FSHARPONLY Connection: keep-alive // OCAMLONLY +Vary: Accept-Encoding // FSHARPONLY +Strict-Transport-Security: max-age=31536000; includeSubDomains; preload // FSHARPONLY +Transfer-Encoding: chunked /*! * * * * * * * * * * * * * * * * * * * * CSShake :: shake