Changeset 5502 for squid-ssl/trunk/fuentes/src/esi/Context.h
- Timestamp:
- Jul 13, 2017, 9:41:54 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
squid-ssl/trunk/fuentes/src/esi/Context.h
r5499 r5502 14 14 #include "esi/Element.h" 15 15 #include "esi/Parser.h" 16 #include "HttpReply.h" 16 17 #include "http/StatusCode.h" 17 18 … … 92 93 Http::StatusCode errorstatus; /* if we error, what code to return */ 93 94 char *errormessage; /* error to pass to error page */ 94 HttpReply *rep; /* buffered until we pass data downstream */95 HttpReply::Pointer rep; /* buffered until we pass data downstream */ 95 96 ESISegment::Pointer buffered; /* unprocessed data - for whatever reason */ 96 97 ESISegment::Pointer incoming;
Note: See TracChangeset
for help on using the changeset viewer.