forked from httpwg/http-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
httpbis-errata-status.html
828 lines (815 loc) · 45 KB
/
httpbis-errata-status.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>RFC723* Errata Status</title><script>
function anchorRewrite() {
map = { };
if (window.location.hash.length >= 1) {
var fragid = window.location.hash.substr(1);
if (fragid) {
if (! document.getElementById(fragid)) {
var prefix = "rfc.";
var mapped = map[fragid];
if (mapped) {
window.location.hash = mapped;
} else if (fragid.indexOf("section-") == 0) {
window.location.hash = prefix + "section." + fragid.substring(8);
} else if (fragid.indexOf("appendix-") == 0) {
window.location.hash = prefix + "section." + fragid.substring(9);
} else if (fragid.indexOf("s-") == 0) {
var postfix = fragid.substring(2);
if (postfix.startsWith("abstract")) {
window.location.hash = prefix + postfix;
} else if (postfix.startsWith("note-")) {
window.location.hash = prefix + "note." + postfix.substring(5);
} else {
window.location.hash = prefix + "section." + postfix;
}
} else if (fragid.indexOf("p-") == 0) {
var r = fragid.substring(2);
var p = r.indexOf("-");
if (p >= 0) {
window.location.hash = prefix + "section." + r.substring(0, p) + ".p." + r.substring(p + 1);
}
}
}
}
}
}
window.addEventListener('hashchange', anchorRewrite);
window.addEventListener('DOMContentLoaded', anchorRewrite);
</script><style title="rfc2629.xslt">@import url('https://fonts.googleapis.com/css?family=Noto+Sans:r,b,i,bi');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:r,b,i,bi');
:root {
--col-bg: white;
--col-bg-error: red;
--col-bg-highlight: yellow;
--col-bg-highligh2: lime;
--col-bg-light: gray;
--col-bg-pre: lightyellow;
--col-bg-pre1: #f8f8f8;
--col-bg-pre2: #f0f0f0;
--col-bg-th: #e9e9e9;
--col-bg-tr: #f5f5f5;
--col-fg: black;
--col-fg-del: red;
--col-fg-error: red;
--col-fg-ins: green;
--col-fg-light: gray;
--col-fg-link: blue;
--col-fg-title: green;
}
a {
color: var(--col-fg-link);
text-decoration: none;
}
a.smpl {
color: var(--col-fg);
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
address {
margin-top: 1em;
margin-left: 2em;
font-style: normal;
}
body {
background-color: var(--col-bg);
color: var(--col-fg);
font-family: 'Noto Sans', segoe, optima, arial, sans-serif, serif;
font-size: 16px;
line-height: 1.5;
margin: 10px 0px 10px 10px;
}
@media screen and (min-width: 740px) {
body {
margin: 10px auto;
max-width: 700px;
}
}
samp, span.tt, code, pre {
font-family: 'Roboto Mono', monospace;
}
cite {
font-style: normal;
}
dl {
margin-left: 2em;
}
dl > dt {
float: left;
margin-right: 1em;
}
dl.nohang > dt {
float: none;
}
dl > dd {
margin-bottom: .5em;
}
dl.compact > dd {
margin-bottom: .0em;
}
dl > dd > dl {
margin-top: 0.5em;
}
ul.empty {
list-style-type: none;
}
ul.empty li {
margin-top: .5em;
}
dl p {
margin-left: 0em;
}
dl.reference > dt {
font-weight: bold;
}
dl.reference > dd {
margin-left: 6em;
}
h1 {
color: var(--col-fg-title);
font-size: 150%;
font-weight: bold;
text-align: center;
margin-top: 36pt;
margin-bottom: 0pt;
}
h2 {
font-size: 130%;
page-break-after: avoid;
}
h2.np {
page-break-before: always;
}
h3 {
font-size: 120%;
page-break-after: avoid;
}
h4 {
font-size: 110%;
page-break-after: avoid;
}
h5, h6 {
font-size: 100%;
page-break-after: avoid;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: var(--col-fg);
}
img {
margin-left: 3em;
}
ol {
margin-left: 2em;
}
li ol {
margin-left: 0em;
}
ol p {
margin-left: 0em;
}
p {
margin-left: 2em;
}
pre {
font-size: 90%;
margin-left: 3em;
background-color: var(--col-bg-pre);
padding: .25em;
page-break-inside: avoid;
}
pre.text2 {
border-style: dotted;
border-width: 1px;
background-color: var(--col-bg-pre2);
}
pre.inline {
background-color: var(--col-bg);
padding: 0em;
page-break-inside: auto;
}
pre.text {
border-style: dotted;
border-width: 1px;
background-color: var(--col-bg-pre1);
}
pre.drawing {
border-style: solid;
border-width: 1px;
background-color: var(--col-bg-pre1);
padding: 2em;
}
table {
margin-left: 2em;
}
div.tt {
margin-left: 2em;
}
table.tt {
border-collapse: collapse;
border-color: var(--col-fg-light);
border-spacing: 0;
vertical-align: top;
}
table.tt th {
border-color: var(--col-fg-light);
padding: 3px;
}
table.tt td {
border-color: var(--col-fg-light);
padding: 3px;
}
table.all {
border-style: solid;
border-width: 2px;
}
table.full {
border-style: solid;
border-width: 2px;
}
table.tt td {
vertical-align: top;
}
table.all td {
border-style: solid;
border-width: 1px;
}
table.full td {
border-style: none solid;
border-width: 1px;
}
table.tt th {
vertical-align: top;
}
table.all th {
border-style: solid;
border-width: 1px;
}
table.full th {
border-style: solid;
border-width: 1px 1px 2px 1px;
}
table.tleft {
margin-right: auto;
}
table.tright {
margin-left: auto;
}
table.tcenter {
margin-left: auto;
margin-right: auto;
}
caption {
caption-side: bottom;
font-weight: bold;
font-size: 80%;
margin-top: .5em;
}
table.v3 tr {
vertical-align: top;
}
table.v3 th {
background-color: var(--col-bg-th);
vertical-align: top;
padding: 0.25em 0.5em;
}
table.v3 td {
padding: 0.25em 0.5em;
}
table.v3 tr:nth-child(2n) > td {
background-color: var(--col-bg-tr);
vertical-align: top;
}
tr p {
margin-left: 0em;
}
tr pre {
margin-left: 1em;
}
tr ol {
margin-left: 1em;
}
tr ul {
margin-left: 1em;
}
tr dl {
margin-left: 1em;
}
table.header {
border-spacing: 1px;
width: 95%;
font-size: 90%;
}
td.top {
vertical-align: top;
}
td.topnowrap {
vertical-align: top;
white-space: nowrap;
}
table.header td {
vertical-align: top;
width: 50%;
}
table.header a {
color: var(--col-fg);
}
ul.toc, ul.toc ul {
list-style: none;
margin-left: 1.5em;
padding-left: 0em;
}
ul.toc li {
line-height: 150%;
font-weight: bold;
margin-left: 0em;
}
ul.toc li li {
line-height: normal;
font-weight: normal;
font-size: 90%;
margin-left: 0em;
}
li.excluded {
font-size: 0%;
}
ul {
margin-left: 2em;
}
li ul {
margin-left: 0em;
}
ul p {
margin-left: 0em;
}
.filename, h1, h2, h3, h4 {
font-family: 'Noto Sans', segoe, optima, arial, sans-serif;
}
.avoidbreakinside {
page-break-inside: avoid;
}
.avoidbreakafter {
page-break-after: avoid;
}
.comment {
background-color: var(--col-bg-highlight);
}
.center {
text-align: center;
}
.error {
color: var(--col-fg-error);
font-style: italic;
font-weight: bold;
}
.figure {
font-weight: bold;
text-align: center;
font-size: 80%;
}
.filename {
font-size: 112%;
font-weight: bold;
line-height: 21pt;
text-align: center;
margin-top: 0pt;
}
.fn {
font-weight: bold;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.warning {
font-size: 130%;
background-color: var(--col-bg-highlight);
}
.self {
color: var(--col-fg-light);
margin-left: .3em;
text-decoration: none;
visibility: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.self:hover {
text-decoration: none;
}
h1:hover > a.self, h2:hover > a.self, h3:hover > a.self, li:hover > a.self, p:hover > a.self {
visibility: visible;
}
@media screen {
pre.text, pre.text2, pre.drawing {
width: 69ch;
}
}
@media print {
.noprint {
display: none;
}
a {
color: black;
text-decoration: none;
}
table.header {
width: 90%;
}
td.header {
width: 50%;
color: black;
background-color: white;
vertical-align: top;
font-size: 110%;
}
ul.toc a:last-child::after {
content: leader('.') target-counter(attr(href), page);
}
ul.ind li li a {
content: target-counter(attr(href), page);
}
.print2col {
column-count: 2;
-moz-column-count: 2;
column-fill: auto;
}
}
@page {
font-family: 'Noto Sans', segoe, optima, arial, sans-serif, serif;
@top-left {
content: "";
}
@top-right {
content: "April 2021";
}
@top-center {
content: "RFC723* Errata Status";
}
@bottom-left {
content: "Reschke";
}
@bottom-center {
content: "";
}
@bottom-right {
content: "[Page " counter(page) "]";
}
}
@page:first {
@top-left {
content: normal;
}
@top-right {
content: normal;
}
@top-center {
content: normal;
}
}
</style>
<link rel="Chapter" title="1 Errata" href="#rfc.section.1">
<link rel="Chapter" title="2 References" href="#rfc.section.2">
<meta name="viewport" content="initial-scale=1">
<meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.1392, 2021/04/24 08:56:56, XSLT processor: SAXON HE 10.5, XSLT vendor: Saxonica http://www.saxonica.com/">
<link rel="schema.dcterms" href="http://purl.org/dc/terms/">
<meta name="dcterms.creator" content="Reschke, J. F.">
</head>
<body>
<header>
<table class="header" id="rfc.headerblock">
<tbody>
<tr>
<td class="left">RFC723* Errata Status</td>
<td class="right">J. Reschke, Editor</td>
</tr>
<tr>
<td class="left"></td>
<td class="right">April 29, 2021</td>
</tr>
</tbody>
</table>
<div id="rfc.title">
<h1>RFC723* Errata Status</h1>
</div>
</header>
<hr class="noprint">
<section id="n-errata">
<h2 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a href="#n-errata">Errata</a></h2>
<div id="rfc.section.1.p.1">
<p>The table below summarizes the errata raised against the "previous" HTTP specifications
(<a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="#RFC7231"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[RFC7231]</cite></a>, <a href="#RFC7232"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests">[RFC7232]</cite></a>, <a href="#RFC7233"><cite title="Hypertext Transfer Protocol (HTTP): Range Requests">[RFC7233]</cite></a>, <a href="#RFC7234"><cite title="Hypertext Transfer Protocol (HTTP): Caching">[RFC7234]</cite></a>, <a href="#RFC7235"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Authentication">[RFC7235]</cite></a>), plus their mapping to Github issues on <<a href="https://github.com/httpwg/http-core">https://github.com/httpwg/http-core</a>> once they have been resolved.<a class="self" href="#rfc.section.1.p.1">¶</a></p>
</div>
<div id="rfc.section.1.p.2">
<p>The errata information has been scraped from <<a href="https://www.rfc-editor.org/errata_search.php">https://www.rfc-editor.org/errata_search.php</a>>, using the scripts described in <<a href="https://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html#rfc-editor.errata">https://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html#rfc-editor.errata</a>>. The mapping from erratum to Github issue is done by inspecting the change logs in
the new drafts (<a href="#Cache"><cite title="HTTP Caching">[Cache]</cite></a>, <a href="#Messaging"><cite title="HTTP/1.1">[Messaging]</cite></a>, <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>). Note that although this information is auto-generated, it might lag a few days.<a class="self" href="#rfc.section.1.p.2">¶</a></p>
</div>
<div id="rfc.section.1.p.3">
<p><<a href="https://github.com/httpwg/http-core/issues?q=label%3Aerratum">https://github.com/httpwg/http-core/issues?q=label%3Aerratum</a>> provides a view over Github issues that have been opened for existing errata; this
list can include errata which haven't been dealt with yet.<a class="self" href="#rfc.section.1.p.3">¶</a></p>
</div>
<div class="tt">
<table class="v3 tcenter">
<caption>Table 1</caption>
<thead>
<tr>
<th class="left">eid</th>
<th class="left">in</th>
<th class="left">date</th>
<th class="left">status</th>
<th class="left">by</th>
<th class="left">issue</th>
</tr>
</thead>
<tbody>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4050">4050</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-3.2.4">Section 3.2.4</a> </td>
<td class="left">2014-07-11</td>
<td class="left">Verified</td>
<td class="left">Daisuke Miyakawa</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/94">#94</a> (see <a href="#Messaging"><cite title="HTTP/1.1">[Messaging]</cite></a>, <a href="draft-ietf-httpbis-messaging-latest.html#changes.since.01" title="Since draft-ietf-httpbis-messaging-01">Appendix D.3</a>, <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.01" title="Since draft-ietf-httpbis-semantics-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4072">4072</a> </td>
<td class="left"><a href="#RFC7231"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[RFC7231]</cite></a> </td>
<td class="left">2014-08-06</td>
<td class="left">Held for Document Update</td>
<td class="left">Martin Thomson</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/84">#84</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.01" title="Since draft-ietf-httpbis-semantics-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4169">4169</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-7">Section 7</a> </td>
<td class="left">2014-11-09</td>
<td class="left">Verified</td>
<td class="left">Simon Schueppel</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/104">#104</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.01" title="Since draft-ietf-httpbis-semantics-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4189">4189</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-3.2">Section 3.2</a> </td>
<td class="left">2014-11-26</td>
<td class="left">Held for Document Update</td>
<td class="left">Simon Schueppel</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/19">#19</a> (see <a href="#Messaging"><cite title="HTTP/1.1">[Messaging]</cite></a>, <a href="draft-ietf-httpbis-messaging-latest.html#changes.since.04" title="Since draft-ietf-httpbis-messaging-04">Appendix D.6</a>, <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.04" title="Since draft-ietf-httpbis-semantics-04">Appendix C.6</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4205">4205</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-6.3">Section 6.3</a> </td>
<td class="left">2014-12-23</td>
<td class="left">Verified</td>
<td class="left">Semyon Kholodnov</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/96">#96</a> (see <a href="#Messaging"><cite title="HTTP/1.1">[Messaging]</cite></a>, <a href="draft-ietf-httpbis-messaging-latest.html#changes.since.01" title="Since draft-ietf-httpbis-messaging-01">Appendix D.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4225">4225</a> </td>
<td class="left"><a href="#RFC7231"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[RFC7231]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7231.html#appendix-C">Appendix C</a> </td>
<td class="left">2015-01-09</td>
<td class="left">Verified</td>
<td class="left">Bjoern Hoehrmann</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/90">#90</a> (see <a href="#Messaging"><cite title="HTTP/1.1">[Messaging]</cite></a>, <a href="draft-ietf-httpbis-messaging-latest.html#changes.since.01" title="Since draft-ietf-httpbis-messaging-01">Appendix D.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4251">4251</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-2.7.1">Section 2.7.1</a> </td>
<td class="left">2015-02-01</td>
<td class="left">Verified</td>
<td class="left">Bjoern Hoehrmann</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/103">#103</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.02" title="Since draft-ietf-httpbis-semantics-02">Appendix C.4</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4252">4252</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-2.7.2">Section 2.7.2</a> </td>
<td class="left">2015-02-01</td>
<td class="left">Verified</td>
<td class="left">Bjoern Hoehrmann</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/103">#103</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.02" title="Since draft-ietf-httpbis-semantics-02">Appendix C.4</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4358">4358</a> </td>
<td class="left"><a href="#RFC7233"><cite title="Hypertext Transfer Protocol (HTTP): Range Requests">[RFC7233]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7233.html#section-4">Section 4</a> </td>
<td class="left">2015-05-07</td>
<td class="left">Held for Document Update</td>
<td class="left">Tim</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/102">#102</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.01" title="Since draft-ietf-httpbis-semantics-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4436">4436</a> </td>
<td class="left"><a href="#RFC7231"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[RFC7231]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7231.html#section-4.3.5">Section 4.3.5</a> </td>
<td class="left">2015-08-06</td>
<td class="left">Held for Document Update</td>
<td class="left">Aron Duby</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/85">#85</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.01" title="Since draft-ietf-httpbis-semantics-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4452">4452</a> </td>
<td class="left"><a href="#RFC7231"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[RFC7231]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7231.html#section-6.4">Section 6.4</a> </td>
<td class="left">2015-08-22</td>
<td class="left">Held for Document Update</td>
<td class="left">Attila Gulyas</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/98">#98</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.01" title="Since draft-ietf-httpbis-semantics-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4664">4664</a> </td>
<td class="left"><a href="#RFC7233"><cite title="Hypertext Transfer Protocol (HTTP): Range Requests">[RFC7233]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7233.html#section-4.4">Section 4.4</a> </td>
<td class="left">2016-04-13</td>
<td class="left">Verified</td>
<td class="left">Amichai Rothman</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/83">#83</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.01" title="Since draft-ietf-httpbis-semantics-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4667">4667</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-4.1.1">Section 4.1.1</a> </td>
<td class="left">2016-04-13</td>
<td class="left">Verified</td>
<td class="left">Alex Rousskov</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/101">#101</a> (see <a href="#Messaging"><cite title="HTTP/1.1">[Messaging]</cite></a>, <a href="draft-ietf-httpbis-messaging-latest.html#changes.since.01" title="Since draft-ietf-httpbis-messaging-01">Appendix D.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4674">4674</a> </td>
<td class="left"><a href="#RFC7234"><cite title="Hypertext Transfer Protocol (HTTP): Caching">[RFC7234]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7234.html#section-5.4">Section 5.4</a> </td>
<td class="left">2016-04-21</td>
<td class="left">Verified</td>
<td class="left">Vasiliy Faronov</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/92">#92</a> (see <a href="#Cache"><cite title="HTTP Caching">[Cache]</cite></a>, <a href="draft-ietf-httpbis-cache-latest.html#changes.since.01" title="Since draft-ietf-httpbis-cache-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4683">4683</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-4">Section 4</a> </td>
<td class="left">2016-05-04</td>
<td class="left">Held for Document Update</td>
<td class="left">Daurnimator</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/15">#15</a> (see <a href="#Messaging"><cite title="HTTP/1.1">[Messaging]</cite></a>, <a href="draft-ietf-httpbis-messaging-latest.html#changes.since.01" title="Since draft-ietf-httpbis-messaging-01">Appendix D.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4689">4689</a> </td>
<td class="left"><a href="#RFC7231"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[RFC7231]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7231.html#section-3.1.1.2">Section 3.1.1.2</a> </td>
<td class="left">2016-05-10</td>
<td class="left">Held for Document Update</td>
<td class="left">Daurnimator</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/100">#100</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.02" title="Since draft-ietf-httpbis-semantics-02">Appendix C.4</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4707">4707</a> </td>
<td class="left"><a href="#RFC7233"><cite title="Hypertext Transfer Protocol (HTTP): Range Requests">[RFC7233]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7233.html#appendix-C">Appendix C</a> </td>
<td class="left">2016-06-09</td>
<td class="left">Verified</td>
<td class="left">Julian Reschke</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/86">#86</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.01" title="Since draft-ietf-httpbis-semantics-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4779">4779</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#appendix-A.2">Appendix A.2</a> </td>
<td class="left">2016-08-18</td>
<td class="left">Held for Document Update</td>
<td class="left">William A. Rowe Jr.</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/87">#87</a> (see <a href="#Messaging"><cite title="HTTP/1.1">[Messaging]</cite></a>, <a href="draft-ietf-httpbis-messaging-latest.html#changes.since.01" title="Since draft-ietf-httpbis-messaging-01">Appendix D.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4825">4825</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#appendix-B">Appendix B</a> </td>
<td class="left">2016-04-13</td>
<td class="left">Verified</td>
<td class="left">Alex Rousskov</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/101">#101</a> (see <a href="#Messaging"><cite title="HTTP/1.1">[Messaging]</cite></a>, <a href="draft-ietf-httpbis-messaging-latest.html#changes.since.01" title="Since draft-ietf-httpbis-messaging-01">Appendix D.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4839">4839</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-4">Section 4</a> </td>
<td class="left">2016-10-23</td>
<td class="left">Verified</td>
<td class="left">Etan Kissling</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/88">#88</a> (see <a href="#Messaging"><cite title="HTTP/1.1">[Messaging]</cite></a>, <a href="draft-ietf-httpbis-messaging-latest.html#changes.since.01" title="Since draft-ietf-httpbis-messaging-01">Appendix D.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid4891">4891</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-3.2.6">Section 3.2.6</a> </td>
<td class="left">2016-12-16</td>
<td class="left">Held for Document Update</td>
<td class="left">Mike Bishop</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/81">#81</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.01" title="Since draft-ietf-httpbis-semantics-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid5162">5162</a> </td>
<td class="left"><a href="#RFC7232"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests">[RFC7232]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7232.html#appendix-A">Appendix A</a> </td>
<td class="left">2017-10-20</td>
<td class="left">Verified</td>
<td class="left">Julian Reschke</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/89">#89</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.01" title="Since draft-ietf-httpbis-semantics-01">Appendix C.3</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid5163">5163</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-3.2.4">Section 3.2.4</a> </td>
<td class="left">2017-10-20</td>
<td class="left">Reported</td>
<td class="left">David Matson</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/53">#53</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.06" title="Since draft-ietf-httpbis-semantics-06">Appendix C.8</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid5257">5257</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-7">Section 7</a> </td>
<td class="left">2018-02-07</td>
<td class="left">Reported</td>
<td class="left">Erwin Pe</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/164">#164</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.04" title="Since draft-ietf-httpbis-semantics-04">Appendix C.6</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid5300">5300</a> </td>
<td class="left"><a href="#RFC7231"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[RFC7231]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7231.html#section-8.1">Section 8.1</a> </td>
<td class="left">2018-03-24</td>
<td class="left">Reported</td>
<td class="left">Jeffrey Yasskin</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/54">#54</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.05" title="Since draft-ietf-httpbis-semantics-05">Appendix C.7</a>, <a href="#Cache"><cite title="HTTP Caching">[Cache]</cite></a>, <a href="draft-ietf-httpbis-cache-latest.html#changes.since.05" title="Since draft-ietf-httpbis-cache-05">Appendix C.7</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid5474">5474</a> </td>
<td class="left"><a href="#RFC7233"><cite title="Hypertext Transfer Protocol (HTTP): Range Requests">[RFC7233]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7233.html#section-4.4">Section 4.4</a> </td>
<td class="left">2018-08-21</td>
<td class="left">Verified</td>
<td class="left">Kalin Gyokov</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/135">#135</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.02" title="Since draft-ietf-httpbis-semantics-02">Appendix C.4</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid5541">5541</a> </td>
<td class="left"><a href="#RFC7231"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[RFC7231]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7231.html#section-4.3.5">Section 4.3.5</a> </td>
<td class="left">2018-11-02</td>
<td class="left">Held for Document Update</td>
<td class="left">Danil Suits</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/167">#167</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.03" title="Since draft-ietf-httpbis-semantics-03">Appendix C.5</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid5620">5620</a> </td>
<td class="left"><a href="#RFC7233"><cite title="Hypertext Transfer Protocol (HTTP): Range Requests">[RFC7233]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7233.html#section-4.2">Section 4.2</a> </td>
<td class="left">2019-02-01</td>
<td class="left">Held for Document Update</td>
<td class="left">Armin Abfalterer</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/196">#196</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.05" title="Since draft-ietf-httpbis-semantics-05">Appendix C.7</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid5806">5806</a> </td>
<td class="left"><a href="#RFC7231"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[RFC7231]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7231.html#section-4.3.7">Section 4.3.7</a> </td>
<td class="left">2019-08-12</td>
<td class="left">Reported</td>
<td class="left">Anders Kaseorg</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/235">#235</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.05" title="Since draft-ietf-httpbis-semantics-05">Appendix C.7</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid5964">5964</a> </td>
<td class="left"><a href="#RFC7230"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[RFC7230]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7230.html#section-2.7.1">Section 2.7.1</a> </td>
<td class="left">2020-01-23</td>
<td class="left">Held for Document Update</td>
<td class="left">Rick van Rein</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/278">#278</a> (see <a href="#Semantics"><cite title="HTTP Semantics">[Semantics]</cite></a>, <a href="draft-ietf-httpbis-semantics-latest.html#changes.since.06" title="Since draft-ietf-httpbis-semantics-06">Appendix C.8</a>)</td>
</tr>
<tr>
<td class="left"><a href="https://www.rfc-editor.org/errata/eid6279">6279</a> </td>
<td class="left"><a href="#RFC7234"><cite title="Hypertext Transfer Protocol (HTTP): Caching">[RFC7234]</cite></a>, <a href="https://www.rfc-editor.org/rfc/rfc7234.html#section-4.2.4">Section 4.2.4</a> </td>
<td class="left">2020-09-04</td>
<td class="left">Held for Document Update</td>
<td class="left">Todd Greer</td>
<td class="left"><a href="https://github.com/httpwg/http-core/issues/447">#447</a> (see <a href="#Cache"><cite title="HTTP Caching">[Cache]</cite></a>, <a href="draft-ietf-httpbis-cache-latest.html#changes.since.12" title="Since draft-ietf-httpbis-cache-12">Appendix C.14</a>)</td>
</tr>
</tbody>
</table>
</div>
<div id="rfc.figure.1">
<div class="artwork center"><img src="https://chart.apis.google.com/chart?cht=p3&chco=00FF00|00A000|FF0000|A00000|0000FF|0000A0&chdl=Verified%20open|Verified%20closed|Held%20open|Held%20closed|Reported%20open|Reported%20closed&chd=t%3A0,14,0,13,0,4&chs=640x400"></div>
</div>
<p class="figure">Figure 1: Errata by Category and Status</p>
</section>
<section class="np">
<div id="rfc.references">
<h2 id="rfc.section.2"><a href="#rfc.section.2">2.</a> References</h2>
<dl class="reference">
<dt id="Cache">[Cache]</dt>
<dd><a href="mailto:[email protected]">Fielding, R., Ed.</a>, <a href="mailto:[email protected]">Nottingham, M., Ed.</a>, and <a href="mailto:[email protected]">J. Reschke, Ed.</a>, “<a href="draft-ietf-httpbis-cache-latest.html">HTTP Caching</a>”, Internet-Draft draft-ietf-httpbis-cache-latest (<a href="https://datatracker.ietf.org/doc/draft-ietf-httpbis-cache">work in progress</a>), April 2021.</dd>
<dt id="Messaging">[Messaging]</dt>
<dd><a href="mailto:[email protected]">Fielding, R., Ed.</a>, <a href="mailto:[email protected]">Nottingham, M., Ed.</a>, and <a href="mailto:[email protected]">J. Reschke, Ed.</a>, “<a href="draft-ietf-httpbis-messaging-latest.html">HTTP/1.1</a>”, Internet-Draft draft-ietf-httpbis-messaging-latest (<a href="https://datatracker.ietf.org/doc/draft-ietf-httpbis-messaging">work in progress</a>), April 2021.</dd>
<dt id="RFC7230">[RFC7230]</dt>
<dd><a href="mailto:[email protected]">Fielding, R., Ed.</a> and <a href="mailto:[email protected]">J. Reschke, Ed.</a>, “<a href="https://www.rfc-editor.org/rfc/rfc7230.html">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, RFC 7230, <a href="https://dx.doi.org/10.17487/RFC7230">DOI 10.17487/RFC7230</a>, June 2014, <<a href="https://www.rfc-editor.org/info/rfc7230">https://www.rfc-editor.org/info/rfc7230</a>>.</dd>
<dt id="RFC7231">[RFC7231]</dt>
<dd><a href="mailto:[email protected]">Fielding, R., Ed.</a> and <a href="mailto:[email protected]">J. Reschke, Ed.</a>, “<a href="https://www.rfc-editor.org/rfc/rfc7231.html">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, RFC 7231, <a href="https://dx.doi.org/10.17487/RFC7231">DOI 10.17487/RFC7231</a>, June 2014, <<a href="https://www.rfc-editor.org/info/rfc7231">https://www.rfc-editor.org/info/rfc7231</a>>.</dd>
<dt id="RFC7232">[RFC7232]</dt>
<dd><a href="mailto:[email protected]">Fielding, R., Ed.</a> and <a href="mailto:[email protected]">J. Reschke, Ed.</a>, “<a href="https://www.rfc-editor.org/rfc/rfc7232.html">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, RFC 7232, <a href="https://dx.doi.org/10.17487/RFC7232">DOI 10.17487/RFC7232</a>, June 2014, <<a href="https://www.rfc-editor.org/info/rfc7232">https://www.rfc-editor.org/info/rfc7232</a>>.</dd>
<dt id="RFC7233">[RFC7233]</dt>
<dd><a href="mailto:[email protected]">Fielding, R., Ed.</a>, <a href="mailto:[email protected]">Lafon, Y., Ed.</a>, and <a href="mailto:[email protected]">J. Reschke, Ed.</a>, “<a href="https://www.rfc-editor.org/rfc/rfc7233.html">Hypertext Transfer Protocol (HTTP): Range Requests</a>”, RFC 7233, <a href="https://dx.doi.org/10.17487/RFC7233">DOI 10.17487/RFC7233</a>, June 2014, <<a href="https://www.rfc-editor.org/info/rfc7233">https://www.rfc-editor.org/info/rfc7233</a>>.</dd>
<dt id="RFC7234">[RFC7234]</dt>
<dd><a href="mailto:[email protected]">Fielding, R., Ed.</a>, <a href="mailto:[email protected]">Nottingham, M., Ed.</a>, and <a href="mailto:[email protected]">J. Reschke, Ed.</a>, “<a href="https://www.rfc-editor.org/rfc/rfc7234.html">Hypertext Transfer Protocol (HTTP): Caching</a>”, RFC 7234, <a href="https://dx.doi.org/10.17487/RFC7234">DOI 10.17487/RFC7234</a>, June 2014, <<a href="https://www.rfc-editor.org/info/rfc7234">https://www.rfc-editor.org/info/rfc7234</a>>.</dd>
<dt id="RFC7235">[RFC7235]</dt>
<dd><a href="mailto:[email protected]">Fielding, R., Ed.</a> and <a href="mailto:[email protected]">J. Reschke, Ed.</a>, “<a href="https://www.rfc-editor.org/rfc/rfc7235.html">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, RFC 7235, <a href="https://dx.doi.org/10.17487/RFC7235">DOI 10.17487/RFC7235</a>, June 2014, <<a href="https://www.rfc-editor.org/info/rfc7235">https://www.rfc-editor.org/info/rfc7235</a>>.</dd>
<dt id="Semantics">[Semantics]</dt>
<dd><a href="mailto:[email protected]">Fielding, R., Ed.</a>, <a href="mailto:[email protected]">Nottingham, M., Ed.</a>, and <a href="mailto:[email protected]">J. Reschke, Ed.</a>, “<a href="draft-ietf-httpbis-semantics-latest.html">HTTP Semantics</a>”, Internet-Draft draft-ietf-httpbis-semantics-latest (<a href="https://datatracker.ietf.org/doc/draft-ietf-httpbis-semantics">work in progress</a>), April 2021.</dd>
</dl>
</div>
</section>
</body>
</html>