зеркало из https://github.com/microsoft/docker.git
Removed an unnecessary nil assignment
This commit is contained in:
Родитель
26c8eae6fe
Коммит
e832b01349
|
@ -132,7 +132,6 @@ func (r *Registry) setUserAgent(req *http.Request, extra ...VersionChecker) {
|
|||
}
|
||||
|
||||
header, _ := json.Marshal(userAgent)
|
||||
userAgent = nil
|
||||
req.Header.Set("User-Agent", string(header))
|
||||
return
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче