maskit commented on code in PR #10627: URL: https://github.com/apache/trafficserver/pull/10627#discussion_r1420974034
########## include/proxy/ProxySession.h: ########## @@ -111,6 +111,9 @@ class ProxySession : public VConnection, public PluginUserArgs<TS_USER_ARGS_SSN> virtual PoolableSession *get_server_session() const; + virtual uint64_t is_protocol_framed() const; Review Comment: Changed it to bool. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org