diff --git a/examples/parser/Parser/Http.roc b/examples/parser/Parser/Http.roc index 98a538e4be..a604d8ab11 100644 --- a/examples/parser/Parser/Http.roc +++ b/examples/parser/Parser/Http.roc @@ -140,7 +140,7 @@ expect httpVersion: "1.1", headers: [ Header "Host" "bar.example", - Header "Accept-Encoding" "gzip, deflate", + # Header "Accept-Encoding" "gzip, deflate", ], body: "Hello, world!" |> Str.toUtf8, }