bug 272277: Change to Append/Assign/Equals-Literal in networking
patch by Mikael Parknert <mikael@parknert.se>, r=cbiesinger, sr=darin missed one review comment git-svn-id: svn://10.0.0.236/trunk@166240 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user