The source project of this merge request has been removed.
Support for statically compressed gzip content-encoding
All threads resolved!
All threads resolved!
Compare changes
+ 42
− 1
@@ -21,8 +21,40 @@ type domain struct {
@@ -41,6 +73,15 @@ func (d *domain) serveFile(w http.ResponseWriter, r *http.Request, fullPath stri
@@ -57,7 +98,7 @@ func (d *domain) serveCustomFile(w http.ResponseWriter, r *http.Request, code in