GoogleChromeLabs / simplehttp2server

A simple HTTP/2 server for development
Other
1.74k stars 98 forks source link

Always encodes response with gzip #14

Closed broady closed 8 years ago

broady commented 8 years ago
$ curl -k https://localhost:5000/ | gunzip
<pre>
<a href=".git/">.git/</a>
...
2016/07/26 21:52:57 Request for / (Accept-Encoding: )
2016/07/26 21:52:57 Could not load push manifest "push.json": open push.json: no such file or directory
surma commented 8 years ago

Thanks. A bit too much short-cutting there ;)