mirror of
				https://github.com/mickael-kerjean/filestash.git
				synced 2025-11-01 02:43:35 +08:00 
			
		
		
		
	improve (compression): on the fly gzip compression for a few endpoints
This commit is contained in:
		| @ -82,6 +82,6 @@ func AdminBackend(ctx App, res http.ResponseWriter, req *http.Request) { | ||||
| 	for key := range drivers { | ||||
| 		backends[key] = drivers[key].LoginForm() | ||||
| 	} | ||||
| 	SendSuccessResultWithEtag(res, req, backends) | ||||
| 	SendSuccessResultWithEtagAndGzip(res, req, backends) | ||||
| 	return | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Mickael Kerjean
					Mickael Kerjean