Merge pull request #667 from pagespeed/jefftk-merge-master-to-tt

trunk-tracking: merge in master
This commit is contained in:
Jeff Kaufman
2014-04-17 15:21:19 -04:00
2 changed files with 9 additions and 5 deletions
+4
View File
@@ -109,6 +109,10 @@ case "$NGX_GCC_VER" in
;;
esac
if [ "$WNO_ERROR" = "YES" ]; then
CFLAGS="$CFLAGS -Wno-error"
fi
pagespeed_include="\
$mod_pagespeed_dir \
$mod_pagespeed_dir/third_party/chromium/src \
+5 -5
View File
@@ -73,11 +73,11 @@ namespace net_instaweb {
content_length_(-1),
content_length_known_(false),
resolver_ctx_(NULL) {
ngx_memzero(&url_, sizeof(url_));
log_ = log;
pool_ = NULL;
timeout_event_ = NULL;
connection_ = NULL;
ngx_memzero(&url_, sizeof(url_));
log_ = log;
pool_ = NULL;
timeout_event_ = NULL;
connection_ = NULL;
}
NgxFetch::~NgxFetch() {