Ver código fonte

Use GiteaServer as the user agent for http requests (#3404)

Otherwise we're still presenting ourselves as GogsServer...
tags/v1.4.0-rc1
Sandro Santilli 6 anos atrás
pai
commit
00d08473b8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      modules/httplib/httplib.go

+ 1
- 1
modules/httplib/httplib.go Ver arquivo

@@ -25,7 +25,7 @@ import (
"time"
)

var defaultSetting = Settings{false, "GogsServer", 60 * time.Second, 60 * time.Second, nil, nil, nil, false}
var defaultSetting = Settings{false, "GiteaServer", 60 * time.Second, 60 * time.Second, nil, nil, nil, false}
var defaultCookieJar http.CookieJar
var settingMutex sync.Mutex


Carregando…
Cancelar
Salvar