Github user jrushford commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/834#discussion_r78420594
--- Diff: proxy/ControlMatcher.h ---
@@ -136,7 +137,16 @@ class HttpRequestData : public RequestData
inkcoreapi sockaddr const *get_ip();
inkcoreapi sockaddr const *get_client_ip();
- HttpRequestData() : hdr(NULL), hostname_str(NULL), api_info(NULL),
xact_start(0), incoming_port(0), tag(NULL), internal_txn(false)
+ HttpRequestData()
+ : hdr(NULL),
+ hostname_str(NULL),
+ api_info(NULL),
+ xact_start(0),
+ incoming_port(0),
+ tag(NULL),
+ internal_txn(false),
+ cache_info_lookup_url(NULL),
--- End diff --
@pbchou and @jpeach - I'll get an API review started and we can discuss.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---