From 866d9ea2bde3c1959c2d461dfdc3237ab3b8c086 Mon Sep 17 00:00:00 2001 From: "mvl%exedo.nl" Date: Sat, 4 Dec 2004 14:19:39 +0000 Subject: [PATCH] bug 272277: Change to Append/Assign/Equals-Literal in networking patch by Mikael Parknert , r=cbiesinger, sr=darin missed one review comment git-svn-id: svn://10.0.0.236/trunk@166240 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/http/src/nsHttpConnectionInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/netwerk/protocol/http/src/nsHttpConnectionInfo.cpp b/mozilla/netwerk/protocol/http/src/nsHttpConnectionInfo.cpp index b50562c5061..eff51ec4e02 100644 --- a/mozilla/netwerk/protocol/http/src/nsHttpConnectionInfo.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHttpConnectionInfo.cpp @@ -28,7 +28,7 @@ nsHttpConnectionInfo::SetOriginServer(const nsACString &host, PRInt32 port) mHashKey.AssignLiteral(".."); mHashKey.Append(keyHost); - mHashKey.Append(';'); + mHashKey.Append(':'); mHashKey.AppendInt(keyPort); if (mUsingHttpProxy)