Skip to content
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

Connection reuse does not imply DNS was not required #185

Merged
merged 2 commits into from Dec 19, 2018

Conversation

yoavweiss
Copy link
Contributor

@yoavweiss yoavweiss commented Dec 18, 2018

Closes #160
As discussed on the call, this is not currently testable in WPT infrastructure. I'm planning to open an issue to keep track of tests for this.


Preview | Diff

index.html Outdated
@@ -524,11 +524,12 @@ <h3>The <dfn>PerformanceResourceTiming</dfn> Interface</h3>
<p data-dfn-for="PerformanceResourceTiming">On getting, the
<dfn>domainLookupStart</dfn> attribute MUST return as follows:</p>
<ol data-link-for="PerformanceResourceTiming">
<li>The same value as <a>fetchStart</a>, if a <a href=
<li>The same value as <a>fetchStart</a>, if no domain lookup was
required to fetch the resources (e.g. due to the fact that a <a href=
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/due to the fact that/if

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack

application caches</a> or local resources.</li>
connection</a> [[RFC7230]] was used or in case the resource was
retrieved from <a data-cite="HTML#relevant-application-cache">relevant
application caches</a> or local resources).</li>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we also need this change the other places we mention "persistent connection"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not all of them, but I did leave out domainLookupEnd...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added. PTAL?

<li>The time immediately after the user agent ends the domain data
retrieval from the domain information cache, if the user agent has
the domain information in cache.</li>
<li>The time immediately before the user agent finishes the domain
<li>The time immediately after the user agent finishes the domain
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by fixing this

@@ -1063,7 +1065,7 @@ <h3>Processing Model</h3>
"https://tools.ietf.org/html/rfc7234">HTTP cache</a> [[RFC7234]],
go to step <a href="#dfn-step-request-start">14</a>.</li>
<li>If no domain lookup is required, go to step <a href=
"#dfn-step-connect-start">12</a>. Otherwise, immediately before a
"#dfn-step-connect-start">14</a>. Otherwise, immediately before a
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by fix

@cvazac cvazac merged commit 3e08125 into w3c:gh-pages Dec 19, 2018
@yoavweiss yoavweiss deleted the dns_lookup_connection_reuse branch December 19, 2018 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants