$OpenBSD$ index 1c1c517..2ef09b6 100644 --- netwerk/protocol/http/nsHttpConnectionInfo.cpp.orig Fri Feb 20 15:40:37 2015 +++ netwerk/protocol/http/nsHttpConnectionInfo.cpp Fri Feb 20 15:40:37 2015 @@ -107,6 +107,11 @@ nsHttpConnectionInfo::SetOriginServer(const nsACString &host, int32_t port) mHashKey.Append(':'); mHashKey.AppendInt(ProxyPort()); mHashKey.Append(')'); + mHashKey.Append('['); + mHashKey.Append(ProxyUsername()); + mHashKey.Append(':'); + mHashKey.Append(ProxyPassword()); + mHashKey.Append(']'); } }