This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.1.x by this push:
new ed780f2 Remove unused member from HttpSM (#7835)
ed780f2 is described below
commit ed780f2d48b87cba83a9b7ca3bbdca83f0946742
Author: Susan Hinrichs <[email protected]>
AuthorDate: Thu May 13 18:27:20 2021 -0500
Remove unused member from HttpSM (#7835)
(cherry picked from commit 8585adf9faecf098c364f343a568c01341bbbc2b)
---
proxy/http/HttpSM.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/proxy/http/HttpSM.h b/proxy/http/HttpSM.h
index 9f0d3ca..cc18af4 100644
--- a/proxy/http/HttpSM.h
+++ b/proxy/http/HttpSM.h
@@ -424,7 +424,6 @@ protected:
* we should create a new connection and then once we attach the session
we'll mark it as private.
*/
bool will_be_private_ss = false;
- int shared_session_retries = 0;
IOBufferReader *server_buffer_reader = nullptr;
HttpTransformInfo transform_info;