diff --git a/src/http.go b/src/http.go index f2b9d0e..3381e85 100644 --- a/src/http.go +++ b/src/http.go @@ -115,7 +115,7 @@ func (e *HTTPEncodings) Negotiate(offers ...string) string { implicitIdentity = false } } - if _, ok := prefs["identity"]; ok && implicitIdentity { + if implicitIdentity { prefs["identity"] = -1 // sort last } encs := make([]httpAcceptOffer, len(offers))