Skip to content

TS-4841: Log field cqtr is inaccurate for HTTP/2#1047

Merged
shinrich merged 1 commit intoapache:masterfrom
shinrich:ts-4841
Sep 27, 2016
Merged

TS-4841: Log field cqtr is inaccurate for HTTP/2#1047
shinrich merged 1 commit intoapache:masterfrom
shinrich:ts-4841

Conversation

@shinrich
Copy link
Copy Markdown
Member

Fixed Http/2 get transaction count. Added is_first_transaction_flag to Http2Stream to mark one of the streams as first. Otherwise, by the time HttpSM logs the transaction, other streams are also likely to have gone through making the transaction count > 1, so no transaction would be logged as first.

We have been running this patch internally and it seems to be more accurately logging first transactions on the stream.

@atsci
Copy link
Copy Markdown

atsci commented Sep 26, 2016

FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/868/ for details.

@atsci
Copy link
Copy Markdown

atsci commented Sep 26, 2016

Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/764/ for details.

@shinrich shinrich added this to the 7.1.0 milestone Sep 26, 2016
@shinrich shinrich merged commit d64461d into apache:master Sep 27, 2016
bneradt pushed a commit to bneradt/trafficserver that referenced this pull request Apr 15, 2025
Delay OCSP fetch until FetchSM is initialized. This avoids noisy OCSP
error messages on ATS initialization that result when the FetchSM calls
fail each attempted OCSP cert fetch.

Fixes: apache#9819

Cherry picking this from:
apache#12185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants