8.1.x timeout fixes#7715
Merged
ezelkow1 merged 2 commits intoapache:8.1.xfrom Apr 30, 2021
Merged
Conversation
ywkaras
reviewed
Apr 21, 2021
| { | ||
| bool retval = sslHandshakeBeginTime == 0; | ||
| if (retval) { | ||
| sslHandshakeBeginTime = Thread::get_hrtime(); |
Contributor
There was a problem hiding this comment.
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$
Member
Author
|
[approve ci freebsd] |
ezelkow1
added a commit
that referenced
this pull request
Jun 22, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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