Skip to content

Commit a66b0aa

Browse files
author
ID Bot
committed
Script updating gh-pages from dfb10ac. [ci skip]
1 parent 5ab9e93 commit a66b0aa

7 files changed

+697
-552
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,12 @@ <h2>Preview for branch <a href="packet-header">packet-header</a></h2>
385385
<tr>
386386
<td><a href="packet-header/draft-ietf-quic-qlog-h3-events.html" class="html draft-ietf-quic-qlog-h3-events" title="HTTP/3 qlog event definitions (HTML)">HTTP/3 qlog event definitions</a></td>
387387
<td><a href="packet-header/draft-ietf-quic-qlog-h3-events.txt" class="txt draft-ietf-quic-qlog-h3-events" title="HTTP/3 qlog event definitions (Text)">plain text</a></td>
388-
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://quicwg.github.io/qlog/draft-ietf-quic-qlog-h3-events.txt&amp;url_2=https://quicwg.github.io/qlog/packet-header/draft-ietf-quic-qlog-h3-events.txt" class="diff draft-ietf-quic-qlog-h3-events">diff with main</a></td>
388+
<td>same as main</td>
389389
</tr>
390390
<tr>
391391
<td><a href="packet-header/draft-ietf-quic-qlog-main-schema.html" class="html draft-ietf-quic-qlog-main-schema" title="qlog: Structured Logging for Network Protocols (HTML)">qlog</a></td>
392392
<td><a href="packet-header/draft-ietf-quic-qlog-main-schema.txt" class="txt draft-ietf-quic-qlog-main-schema" title="qlog: Structured Logging for Network Protocols (Text)">plain text</a></td>
393-
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://quicwg.github.io/qlog/draft-ietf-quic-qlog-main-schema.txt&amp;url_2=https://quicwg.github.io/qlog/packet-header/draft-ietf-quic-qlog-main-schema.txt" class="diff draft-ietf-quic-qlog-main-schema">diff with main</a></td>
393+
<td>same as main</td>
394394
</tr>
395395
<tr>
396396
<td><a href="packet-header/draft-ietf-quic-qlog-quic-events.html" class="html draft-ietf-quic-qlog-quic-events" title="QUIC event definitions for qlog (HTML)">QUIC event definitions for qlog</a></td>

packet-header/draft-ietf-quic-qlog-h3-events.html

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ <h2 id="name-copyright-notice">
12171217
<p id="section-toc.1-1.4.1"><a href="#section-4" class="auto internal xref">4</a>.  <a href="#name-http-3-data-type-definition" class="internal xref">HTTP/3 Data Type Definitions</a></p>
12181218
<ul class="compact toc ulBare ulEmpty">
12191219
<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.4.2.1">
1220-
<p id="section-toc.1-1.4.2.1.1"><a href="#section-4.1" class="auto internal xref">4.1</a>.  <a href="#name-owner" class="internal xref">Owner</a></p>
1220+
<p id="section-toc.1-1.4.2.1.1"><a href="#section-4.1" class="auto internal xref">4.1</a>.  <a href="#name-initiator" class="internal xref">Initiator</a></p>
12211221
</li>
12221222
<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.4.2.2">
12231223
<p id="section-toc.1-1.4.2.2.1"><a href="#section-4.2" class="auto internal xref">4.2</a>.  <a href="#name-http3frame" class="internal xref">HTTP3Frame</a></p>
@@ -1543,15 +1543,15 @@ <h3 id="name-parameters_set">
15431543
<p id="section-3.1-2">All these parameters are typically set once and never change. However, they
15441544
might be set at different times during the connection, therefore a qlog can have
15451545
multiple instances of <code>parameters_set</code> with different fields set.<a href="#section-3.1-2" class="pilcrow"></a></p>
1546-
<p id="section-3.1-3">The "owner" field reflects how Settings are exchanged on a connection. Sent
1546+
<p id="section-3.1-3">The "initiator" field reflects how Settings are exchanged on a connection. Sent
15471547
settings have the value "local" and received settings have the value
15481548
"received".<a href="#section-3.1-3" class="pilcrow"></a></p>
15491549
<span id="name-http3parametersset-definiti"></span><div id="h3-parametersset-def">
15501550
<figure id="figure-2">
15511551
<div class="lang-cddl sourcecode" id="section-3.1-4.1">
15521552
<pre>
15531553
HTTP3ParametersSet = {
1554-
? owner: Owner
1554+
? initiator: Initiator
15551555

15561556
; RFC9114
15571557
? max_field_section_size: uint64
@@ -1642,7 +1642,7 @@ <h3 id="name-stream_type_set">
16421642
<div class="lang-cddl sourcecode" id="section-3.3-5.1">
16431643
<pre>
16441644
HTTP3StreamTypeSet = {
1645-
? owner: Owner
1645+
? initiator: Initiator
16461646
stream_id: uint64
16471647
stream_type: $HTTP3StreamType
16481648

@@ -1732,9 +1732,7 @@ <h3 id="name-frame_created">
17321732
<pre>
17331733
HTTP3FrameCreated = {
17341734
stream_id: uint64
1735-
? length: uint64
17361735
frame: $HTTP3Frame
1737-
? raw: RawInfo
17381736

17391737
* $$http3-framecreated-extension
17401738
}
@@ -1762,9 +1760,7 @@ <h3 id="name-frame_parsed">
17621760
<pre>
17631761
HTTP3FrameParsed = {
17641762
stream_id: uint64
1765-
? length: uint64
17661763
frame: $HTTP3Frame
1767-
? raw: RawInfo
17681764

17691765
* $$h3-frameparsed-extension
17701766
}
@@ -1876,21 +1872,21 @@ <h2 id="name-http-3-data-type-definition">
18761872
<a href="#section-4" class="section-number selfRef">4. </a><a href="#name-http-3-data-type-definition" class="section-name selfRef">HTTP/3 Data Type Definitions</a>
18771873
</h2>
18781874
<p id="section-4-1">The following data type definitions can be used in HTTP/3 events.<a href="#section-4-1" class="pilcrow"></a></p>
1879-
<div id="owner">
1875+
<div id="initiator">
18801876
<section id="section-4.1">
1881-
<h3 id="name-owner">
1882-
<a href="#section-4.1" class="section-number selfRef">4.1. </a><a href="#name-owner" class="section-name selfRef">Owner</a>
1877+
<h3 id="name-initiator">
1878+
<a href="#section-4.1" class="section-number selfRef">4.1. </a><a href="#name-initiator" class="section-name selfRef">Initiator</a>
18831879
</h3>
1884-
<span id="name-owner-definition"></span><div id="owner-def">
1880+
<span id="name-initiator-definition"></span><div id="initiator-def">
18851881
<figure id="figure-11">
18861882
<div class="lang-cddl sourcecode" id="section-4.1-1.1">
18871883
<pre>
1888-
Owner = "local" /
1889-
"remote"
1884+
Initiator = "local" /
1885+
"remote"
18901886
</pre>
18911887
</div>
18921888
<figcaption><a href="#figure-11" class="selfRef">Figure 11</a>:
1893-
<a href="#name-owner-definition" class="selfRef">Owner definition</a>
1889+
<a href="#name-initiator-definition" class="selfRef">Initiator definition</a>
18941890
</figcaption></figure>
18951891
</div>
18961892
</section>
@@ -2367,7 +2363,15 @@ <h2 id="name-iana-considerations">
23672363
<dd class="break"></dd>
23682364
<dt id="section-6-2.5">Event Types</dt>
23692365
<dd style="margin-left: 1.5em" id="section-6-2.6">
2370-
<p id="section-6-2.6.1">parameters_set,parameters_restored,stream_type_set,priority_updated,frame_created,frame_parsed,datagram_created,datagram_parsed,push_resolved<a href="#section-6-2.6.1" class="pilcrow"></a></p>
2366+
<p id="section-6-2.6.1">parameters_set,
2367+
parameters_restored,
2368+
stream_type_set,
2369+
priority_updated,
2370+
frame_created,
2371+
frame_parsed,
2372+
datagram_created,
2373+
datagram_parsed,
2374+
push_resolved<a href="#section-6-2.6.1" class="pilcrow"></a></p>
23712375
</dd>
23722376
<dd class="break"></dd>
23732377
<dt id="section-6-2.7">Description:</dt>
@@ -2449,8 +2453,8 @@ <h2 id="name-acknowledgements">
24492453
Universities.<a href="#appendix-A-1" class="pilcrow"></a></p>
24502454
<p id="appendix-A-2">Thanks to Jana Iyengar, Brian Trammell, Dmitri Tikhonov, Stephen Petrides, Jari
24512455
Arkko, Marcus Ihlar, Victor Vasiliev, Mirja Kühlewind, Jeremy Lainé, Kazu
2452-
Yamamoto, Christian Huitema, Hugo Landau and Jonathan Lennox for their feedback
2453-
and suggestions.<a href="#appendix-A-2" class="pilcrow"></a></p>
2456+
Yamamoto, Christian Huitema, Hugo Landau, Kazuho Oku, and Jonathan Lennox for
2457+
their feedback and suggestions.<a href="#appendix-A-2" class="pilcrow"></a></p>
24542458
</section>
24552459
</div>
24562460
<div id="change-log">

packet-header/draft-ietf-quic-qlog-h3-events.txt

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Table of Contents
7979
3.8. datagram_parsed
8080
3.9. push_resolved
8181
4. HTTP/3 Data Type Definitions
82-
4.1. Owner
82+
4.1. Initiator
8383
4.2. HTTP3Frame
8484
4.3. HTTP3Datagram
8585
4.3.1. HTTP3DataFrame
@@ -267,12 +267,12 @@ Table of Contents
267267
therefore a qlog can have multiple instances of parameters_set with
268268
different fields set.
269269

270-
The "owner" field reflects how Settings are exchanged on a
270+
The "initiator" field reflects how Settings are exchanged on a
271271
connection. Sent settings have the value "local" and received
272272
settings have the value "received".
273273

274274
HTTP3ParametersSet = {
275-
? owner: Owner
275+
? initiator: Initiator
276276

277277
; RFC9114
278278
? max_field_section_size: uint64
@@ -350,7 +350,7 @@ Table of Contents
350350
stream types.
351351

352352
HTTP3StreamTypeSet = {
353-
? owner: Owner
353+
? initiator: Initiator
354354
stream_id: uint64
355355
stream_type: $HTTP3StreamType
356356

@@ -421,9 +421,7 @@ Table of Contents
421421

422422
HTTP3FrameCreated = {
423423
stream_id: uint64
424-
? length: uint64
425424
frame: $HTTP3Frame
426-
? raw: RawInfo
427425

428426
* $$http3-framecreated-extension
429427
}
@@ -441,9 +439,7 @@ Table of Contents
441439

442440
HTTP3FrameParsed = {
443441
stream_id: uint64
444-
? length: uint64
445442
frame: $HTTP3Frame
446-
? raw: RawInfo
447443

448444
* $$h3-frameparsed-extension
449445
}
@@ -517,12 +513,12 @@ Table of Contents
517513

518514
The following data type definitions can be used in HTTP/3 events.
519515

520-
4.1. Owner
516+
4.1. Initiator
521517

522-
Owner = "local" /
523-
"remote"
518+
Initiator = "local" /
519+
"remote"
524520

525-
Figure 11: Owner definition
521+
Figure 11: Initiator definition
526522

527523
4.2. HTTP3Frame
528524

@@ -814,9 +810,9 @@ Table of Contents
814810

815811
Namespace http3
816812

817-
Event Types parameters_set,parameters_restored,stream_type_set,prior
818-
ity_updated,frame_created,frame_parsed,datagram_created,datagram_p
819-
arsed,push_resolved
813+
Event Types parameters_set, parameters_restored, stream_type_set,
814+
priority_updated, frame_created, frame_parsed, datagram_created,
815+
datagram_parsed, push_resolved
820816

821817
Description: Event definitions related to the HTTP/3 application
822818
protocol.
@@ -893,8 +889,8 @@ Acknowledgements
893889

894890
Thanks to Jana Iyengar, Brian Trammell, Dmitri Tikhonov, Stephen
895891
Petrides, Jari Arkko, Marcus Ihlar, Victor Vasiliev, Mirja Kühlewind,
896-
Jeremy Lainé, Kazu Yamamoto, Christian Huitema, Hugo Landau and
897-
Jonathan Lennox for their feedback and suggestions.
892+
Jeremy Lainé, Kazu Yamamoto, Christian Huitema, Hugo Landau, Kazuho
893+
Oku, and Jonathan Lennox for their feedback and suggestions.
898894

899895
Change Log
900896

0 commit comments

Comments
 (0)