lib/assets: Allow assets to remain uncompressed (#6661)
This commit is contained in:
+1
-1
@@ -1267,7 +1267,7 @@ func (s *service) getEventSub(mask events.EventType) events.BufferedSubscription
|
||||
|
||||
func (s *service) getSystemUpgrade(w http.ResponseWriter, r *http.Request) {
|
||||
if s.noUpgrade {
|
||||
http.Error(w, upgrade.ErrUpgradeUnsupported.Error(), 500)
|
||||
http.Error(w, upgrade.ErrUpgradeUnsupported.Error(), http.StatusServiceUnavailable)
|
||||
return
|
||||
}
|
||||
opts := s.cfg.Options()
|
||||
|
||||
Reference in New Issue
Block a user