Skip to content

Commit

Permalink
In HttpSM, remove pointless use of protected rather than private. (#9254
Browse files Browse the repository at this point in the history
)

Co-authored-by: Walt Karas <wkaras@yahooinc.com>
  • Loading branch information
Walt Karas and ywkaras committed Dec 15, 2022
1 parent f51f9df commit 3531972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proxy/http/HttpSM.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class HttpSM : public Continuation, public PluginUserArgs<TS_USER_ARGS_TXN>
void check_sni_host();
SNIRoutingType get_tunnel_type() const;

protected:
private:
int reentrancy_count = 0;

HttpTunnel tunnel;
Expand All @@ -360,7 +360,7 @@ class HttpSM : public Continuation, public PluginUserArgs<TS_USER_ARGS_TXN>

ProxyTransaction *ua_txn = nullptr;

protected:
private:
IOBufferReader *ua_raw_buffer_reader = nullptr;

HttpVCTableEntry *ua_entry = nullptr;
Expand Down Expand Up @@ -573,7 +573,7 @@ class HttpSM : public Continuation, public PluginUserArgs<TS_USER_ARGS_TXN>
// do_api_callout_internal()
bool hooks_set = false;

protected:
private:
TSHttpHookID cur_hook_id = TS_HTTP_LAST_HOOK;
APIHook const *cur_hook = nullptr;
HttpHookState hook_state;
Expand Down

0 comments on commit 3531972

Please sign in to comment.