Commit b45a6442 authored by Adam Barth's avatar Adam Barth

Turn off gzip

This feature appears to be causing problems with OkHTTP's cache.
parent 08a64a92
...@@ -35,7 +35,6 @@ main(List<String> argv) async { ...@@ -35,7 +35,6 @@ main(List<String> argv) async {
return; return;
} }
server.autoCompress = true;
server.defaultResponseHeaders server.defaultResponseHeaders
..removeAll('x-content-type-options') ..removeAll('x-content-type-options')
..removeAll('x-frame-options') ..removeAll('x-frame-options')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment