diff options
Diffstat (limited to 'net/http/partial_data.h')
-rw-r--r-- | net/http/partial_data.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/http/partial_data.h b/net/http/partial_data.h index 45bef31..4726d10 100644 --- a/net/http/partial_data.h +++ b/net/http/partial_data.h @@ -31,9 +31,7 @@ class IOBuffer; // of those individual network / cache requests. class PartialData { public: - PartialData() - : range_present_(false), final_range_(false), sparse_entry_(true), - truncated_(false), core_(NULL), callback_(NULL) {} + PartialData(); ~PartialData(); // Performs initialization of the object by examining the request |headers| |