]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/message.cpp
Use default member initializers where possible
[libs/net.git] / source / http / message.cpp
index 99d149725c80db88f5c534547369da8ddac90401..4f17017823df937f152f2f2e56780fa420c0ad98 100644 (file)
@@ -9,12 +9,6 @@ using namespace std;
 namespace Msp {
 namespace Http {
 
-Message::Message():
-       http_version(0x11),
-       chunk_length(0),
-       complete(false)
-{ }
-
 void Message::set_header(const string &hdr, const string &val)
 {
        headers[normalize_header_name(hdr)] = val;