git-svn-id: svn://10.0.0.236/branches/HttpConnectionMagic_20010415_BRANCH@94432 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com
2001-05-10 01:18:26 +00:00
parent 31989208be
commit 96083a1e49

View File

@@ -320,6 +320,9 @@ nsHttpResponseHead::Reset()
mVersion = NS_HTTP_VERSION_1_1;
mStatus = 200;
mStatusText = 0;
mContentLength = -1;
mContentType = 0;
mContentCharset = 0;
}
//-----------------------------------------------------------------------------