-
Notifications
You must be signed in to change notification settings - Fork 852
8.1.x timeout fixes #7715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.1.x timeout fixes #7715
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested this change in trafficserver 8.1.1 on CentOS 7.6 and it fixes #7710
| { | ||
| bool retval = sslHandshakeBeginTime == 0; | ||
| if (retval) { | ||
| sslHandshakeBeginTime = Thread::get_hrtime(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems odd that sslHandshakeBeginTime does not exist on the master branch.
wkaras ~/REPOS/TS3
M$ fgrep sslHandshakeBeginTime $(findsrc)
wkaras ~/REPOS/TS3
M$ git status
On branch master
Your branch is up to date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
.srcfmt
nothing added to commit but untracked files present (use "git add" to track)
wkaras ~/REPOS/TS3
M$
|
[approve ci freebsd] |
Cherry-picks of
9b47aa6: proxy.config.http.connect_attempts_timeout tracks TTBF instead of connect (Susan Hinrichs)
9a8998e: HttpSM: add case check for VC_EVENT_INACTIVE_TIMEOUT, VC_EVENT_READ_READY, VC_EVENT_READ_COMPLETE (Brian Olsen)
We have run with these in production for many many months now on 8.1.x and they also seem to fix #7710