Skip to content

Conversation

@shinrich
Copy link
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

atsci commented Sep 26, 2016

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

@atsci
Copy link

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