From: Source Maintenance Date: Fri, 6 May 2016 12:14:15 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_5_19~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=071c66889e58069e53619a6774e39de6ab5d9ddb;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/esi/Context.h b/src/esi/Context.h index 1f02bca462..be4974232b 100644 --- a/src/esi/Context.h +++ b/src/esi/Context.h @@ -13,8 +13,8 @@ #include "err_type.h" #include "esi/Element.h" #include "esi/Parser.h" -#include "HttpReply.h" #include "http/StatusCode.h" +#include "HttpReply.h" class ESIVarState; class ClientHttpRequest; diff --git a/src/esi/Esi.cc b/src/esi/Esi.cc index 994e8e85cf..1816c76316 100644 --- a/src/esi/Esi.cc +++ b/src/esi/Esi.cc @@ -574,7 +574,7 @@ ESIContext::send () #endif if (!(rep != NULL || (outbound.getRaw() && - outbound->len && (outbound_offset <= outbound->len)))) { + outbound->len && (outbound_offset <= outbound->len)))) { debugs(86, 5, "ESIContext::send: Nothing to send."); return 0; }