forked from httpwg/wg-materials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathietf-102-httptre.xhtml
executable file
·123 lines (122 loc) · 3.78 KB
/
ietf-102-httptre.xhtml
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
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>IETF 102 - HTTPtre</title>
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:r,b,i,bi');
body {
color: black;
font-family: 'Noto Sans', cambria, helvetica, arial, sans-serif;
font-size: 18pt;
}
h1 {
font-size: 36pt;
}
pre {
font-family: consolas;
}
tt {
font-family: consolas;
}
li {
margin-top: 0.5em;
}
q {
font-style: italic;
}
del {
color: red;
text-decoration: line-through;
}
ins {
color: green;
text-decoration: underline;
}
.break {
page-break-before: always;
}
@page {
font-family: 'Noto Sans', cambria, helvetica, arial, sans-serif;
size: a4 landscape;
}
@page {
@bottom-left {
content: "Julian Reschke, greenbytes";
}
@bottom-right {
content: counter(page);
}
@top-center {
content: "IETF 102 - HTTPtre";
}
}
</style>
</head>
<body>
<h1>IETF 102 - HTTPtre</h1>
<p>
<a href="mailto:julian.reschke@greenbytes.de">Julian Reschke</a>, greenbytes
</p>
<h2 class="break">Current Status</h2>
<p>
New set of drafts submitted in July:
</p>
<ul>
<li>
<a href="https://greenbytes.de/tech/webdav/draft-ietf-httpbis-semantics-02.html">draft-ietf-httpbis-semantics-02</a>
(<a href="https://tools.ietf.org/html/draft-ietf-httpbis-semantics-02">diffs</a>)
</li>
<li>
<a href="https://greenbytes.de/tech/webdav/draft-ietf-httpbis-messaging-02.html">draft-ietf-httpbis-messaging-02</a>
(<a href="https://tools.ietf.org/html/draft-ietf-httpbis-messaging-02">diffs</a>)
</li>
<li>
<a href="https://greenbytes.de/tech/webdav/draft-ietf-httpbis-cache-02.html">draft-ietf-httpbis-cache-02</a>
(<a href="https://tools.ietf.org/html/draft-ietf-httpbis-cache-02">diffs</a>)
</li>
</ul>
<h2 class="break">HTTPbis Errata</h2>
<ul>
<li>27 non-rejected errata in total, of which</li>
<li>13 "Verified", 9 "Held for Document Update", 5 "Reported"</li>
<li>18 addressed in -02 drafts, 9 open</li>
<li>all mapped to issues on Github</li>
</ul>
<p>
Summary: <a href="https://httpwg.org/http-core/httpbis-errata-status.html">https://httpwg.org/http-core/httpbis-errata-status.html</a>
</p>
<h2 class="break">Github issues</h2>
<ul>
<li>122 in total, of which</li>
<li>79 open, 29 closed in -01</li>
<li>27 for errata (21 closed)</li>
<li>40 editorial (27 closed)</li>
</ul>
<p>
Summary: <a href="https://github.com/httpwg/http-core/issues">https://github.com/httpwg/http-core/issues</a>
</p>
<p>
Scheduled for discussion in Montreal:
<a href="https://github.com/httpwg/http-core/labels/discuss">https://github.com/httpwg/http-core/labels/discuss</a>
</p>
<h2 class="break">ABNF</h2>
<p>
Test suite? (need ABNF-driven parser)
</p>
<p>
Clearly separate message level from field level ABNF?
</p>
<h2 class="break">Also worth discussing</h2>
<p>
Relation to other related specs, such as:
</p>
<ul>
<li><a href="https://datatracker.ietf.org/doc/draft-ietf-quic-qpack/">draft-ietf-quic-qpack</a> and <a href="https://datatracker.ietf.org/doc/draft-ietf-quic-http/">draft-ietf-quic-http</a></li>
<li><a href="https://datatracker.ietf.org/doc/draft-ietf-httpbis-bcp56bis/">draft-ietf-httpbis-bcp56bis</a></li>
</ul>
<p>
...maybe <a href="https://datatracker.ietf.org/doc/draft-ietf-httpbis-rfc6265bis/">draft-ietf-httpbis-rfc6265bis</a>?
</p>
</body>
</html>