fix bug in NgxFetch#content_length_

This commit is contained in:
tcpper
2014-01-16 21:06:12 +08:00
parent df5736609d
commit 6ccb815df3
+1 -1
View File
@@ -70,7 +70,7 @@ namespace net_instaweb {
fetch_start_ms_(0),
fetch_end_ms_(0),
done_(false),
content_length_(0) {
content_length_(-1) {
ngx_memzero(&url_, sizeof(url_));
log_ = log;
pool_ = NULL;