Skip to content

Commit 583986a

Browse files
noamrannevk
andauthored
Specify connection timing for HTTP/3
Closes w3c/navigation-timing#165. Co-authored-by: Anne van Kesteren <[email protected]>
1 parent 53dcb01 commit 583986a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fetch.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2645,6 +2645,12 @@ boolean <var>http3Only</var>, run these steps:
26452645
<a for="connection timing info">secure connection start time</a> should be the result of calling
26462646
<a for=/>unsafe shared current time</a> immmediately before starting the handshake process to
26472647
secure <var>connection</var>. [[!TLS]]
2648+
2649+
<li><p>If <var>connection</var> is an HTTP/3 connection, <var>timingInfo</var>'s
2650+
<a for="connection timing info">connection start time</a> and <var>timingInfo</var>'s
2651+
<a for="connection timing info">secure connection start time</a> must be equal. (In HTTP/3
2652+
the secure transport handshake process is performed as part of the initial connection setup.)
2653+
[[!HTTP3]]
26482654
</ul>
26492655

26502656
<p class=note>The <a for=/>clamp and coarsen connection timing info</a> algorithm ensures that

0 commit comments

Comments
 (0)