shinrich commented on a change in pull request #7622:
URL: https://github.com/apache/trafficserver/pull/7622#discussion_r602413749
##########
File path: proxy/ProxyTransaction.h
##########
@@ -114,15 +125,19 @@ class ProxyTransaction : public VConnection
// This function must return a non-negative number that is different for two
in-progress transactions with the same proxy_ssn
// session.
//
- void set_rx_error_code(ProxyError e);
- void set_tx_error_code(ProxyError e);
+ virtual void set_rx_error_code(ProxyError e);
+ virtual void set_tx_error_code(ProxyError e);
bool support_sni() const;
/// Variables
//
HttpSessionAccept::Options upstream_outbound_options; // overwritable copy
of options
+ void set_reader(IOBufferReader *reader);
Review comment:
Adjusting
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]