Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Make clientTcpRtt optional #280

Merged
merged 2 commits into from
Sep 18, 2022

Conversation

WalshyDev
Copy link
Member

@WalshyDev WalshyDev commented Sep 16, 2022

$ curl -s --http1.1 https://reqinfo.walshy.dev | grep -E 'clientTcpRtt|httpProtocol'
        "clientTcpRtt": 16,
        "httpProtocol": "HTTP/1.1",
$ curl -s --http2 https://reqinfo.walshy.dev | grep -E 'clientTcpRtt|httpProtocol'
        "clientTcpRtt": 12,
        "httpProtocol": "HTTP/2",
$ curl -s --http3 https://reqinfo.walshy.dev | grep -E 'clientTcpRtt|httpProtocol'
        "httpProtocol": "HTTP/3",

HTTP/3 isn't over TCP so there's no TCP RTT sent.

@changeset-bot
Copy link

changeset-bot bot commented Sep 16, 2022

🦋 Changeset detected

Latest commit: 048ef7f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@cloudflare/workers-types Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mrbbot mrbbot merged commit 6e55069 into cloudflare:master Sep 18, 2022
@WalshyDev WalshyDev deleted the walshy/make-clienttcprtt-optional branch September 18, 2022 16:02
@github-actions github-actions bot mentioned this pull request Sep 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants