From 96083a1e49ffcc01bfac0b81aeb0eae0d3dd49c6 Mon Sep 17 00:00:00 2001 From: "darin%netscape.com" Date: Thu, 10 May 2001 01:18:26 +0000 Subject: [PATCH] whatever git-svn-id: svn://10.0.0.236/branches/HttpConnectionMagic_20010415_BRANCH@94432 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/http/src/nsHttpResponseHead.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/netwerk/protocol/http/src/nsHttpResponseHead.cpp b/mozilla/netwerk/protocol/http/src/nsHttpResponseHead.cpp index 807901a6810..17f3cbdbfb4 100644 --- a/mozilla/netwerk/protocol/http/src/nsHttpResponseHead.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHttpResponseHead.cpp @@ -320,6 +320,9 @@ nsHttpResponseHead::Reset() mVersion = NS_HTTP_VERSION_1_1; mStatus = 200; mStatusText = 0; + mContentLength = -1; + mContentType = 0; + mContentCharset = 0; } //-----------------------------------------------------------------------------