summaryrefslogtreecommitdiff
path: root/methods/http.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-03-13 13:52:28 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2012-03-13 13:52:28 +0100
commitf14be456322a2c7310488c8a4bdec1d06fcf0e8d (patch)
tree53bb984ac978abfa11ac9ae073b684523ab40685 /methods/http.h
parentfa9c66be294a16e49b61ba6db491c506ad08cde2 (diff)
cherry pick 2217.1.26 (cppcheck fixes)
Diffstat (limited to 'methods/http.h')
-rw-r--r--methods/http.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/methods/http.h b/methods/http.h
index c73d4df5c..5c195de64 100644
--- a/methods/http.h
+++ b/methods/http.h
@@ -117,9 +117,10 @@ struct ServerState
bool HeaderLine(std::string Line);
bool Comp(URI Other) const {return Other.Host == ServerName.Host && Other.Port == ServerName.Port;};
- void Reset() {Major = 0; Minor = 0; Result = 0; Size = 0; StartPos = 0;
- Encoding = Closes; time(&Date); ServerFd = -1;
- Pipeline = true;};
+ void Reset() {Major = 0; Minor = 0; Result = 0; Code[0] = '\0'; Size = 0;
+ StartPos = 0; Encoding = Closes; time(&Date); HaveContent = false;
+ State = Header; Persistent = false; ServerFd = -1;
+ Pipeline = true;};
/** \brief Result of the header acquire */
enum RunHeadersResult {