forked from httpwg/wg-materials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ietf-85-httpbis-changes.xhtml
executable file
·79 lines (77 loc) · 2.78 KB
/
ietf-85-httpbis-changes.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
<!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 85 - HTTPbis -21 Changes Overview</title>
<style type="text/css">
body {
color: black;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 18pt;
}
h1 {
font-size: 36pt;
}
li {
margin-top: 0.5em;
}
q {
font-style: italic;
}
.break {
page-break-before: always;
}
@page {
size: a4 landscape;
}
@page {
@bottom-left {
content: "Julian Reschke, greenbytes";
}
@bottom-right {
content: counter(page);
}
@top-center {
content: "IETF 85 - HTTPbis -21 Changes Overview";
}
}
</style>
</head>
<body>
<h1>IETF 85 - HTTPbis -21 Changes Overview</h1>
<p>
<a href="mailto:julian.reschke@greenbytes.de">Julian Reschke</a>, greenbytes
</p>
<h2 class="break">History</h2>
<ul>
<li>-17: published November 2011 (before IETF 82, WG did not meet)</li>
<li>-18: published January 2012</li>
<li>-19: published March 2012 (before IETF 83)</li>
<li>-20: published July 2012 (before IETF 84)</li>
<li>-21: published October 2012 (before IETF 85)</li>
</ul>
<p>
<em>First Working Group Last Call for Parts 4, 5, 6, and 7 ended April 12, 2012</em>
</p>
<p>
<em>First Working Group Last Call for Parts 1 & 2 ended November 25, 2012</em>
</p>
<p>
<em>Second Working Group Last Call for Parts 4, 5, 6, and 7 ended November 25, 2012</em>
</p>
<h2 class="break">Changes - General</h2>
<p>
Lots of rewrites/rearrangements in Parts 1 & 2, plus...:
</p>
<ul>
<li>Capturing more information in the method registry (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/364">Ticket 364</a>)</li>
<li>"Most Conservative" (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/375">Ticket 375</a>)</li>
<li>what is the idempotency of LINK and UNLINK? (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/377">Ticket 377</a>)</li>
<li>Semantics of HTTPS (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/383">Ticket 383</a>)</li>
<li>half-close because of pipelining (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/176">Ticket 176</a>)</li>
<li>Misc editorial feedback for consideration in p1 (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/339">Ticket 339</a>)</li>
<li>rename b64token for clarity (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/376">Ticket 376</a>)</li>
<li>is "q=" case-sensitive? (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/378">Ticket 378</a>)</li>
</ul>
</body>
</html>