1 | <!DOCTYPE html
|
---|
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml">
|
---|
4 | <head>
|
---|
5 | <title>IETF 85 - HTTPbis -21 Changes Overview</title>
|
---|
6 | <style type="text/css">
|
---|
7 | body {
|
---|
8 | color: black;
|
---|
9 | font-family: verdana, helvetica, arial, sans-serif;
|
---|
10 | font-size: 18pt;
|
---|
11 | }
|
---|
12 | h1 {
|
---|
13 | font-size: 36pt;
|
---|
14 | }
|
---|
15 | li {
|
---|
16 | margin-top: 0.5em;
|
---|
17 | }
|
---|
18 | q {
|
---|
19 | font-style: italic;
|
---|
20 | }
|
---|
21 | .break {
|
---|
22 | page-break-before: always;
|
---|
23 | }
|
---|
24 | @page {
|
---|
25 | size: a4 landscape;
|
---|
26 | }
|
---|
27 | @page {
|
---|
28 | @bottom-left {
|
---|
29 | content: "Julian Reschke, greenbytes";
|
---|
30 | }
|
---|
31 | @bottom-right {
|
---|
32 | content: counter(page);
|
---|
33 | }
|
---|
34 | @top-center {
|
---|
35 | content: "IETF 85 - HTTPbis -21 Changes Overview";
|
---|
36 | }
|
---|
37 | }
|
---|
38 | </style>
|
---|
39 | </head>
|
---|
40 | <body>
|
---|
41 | <h1>IETF 85 - HTTPbis -21 Changes Overview</h1>
|
---|
42 | <p>
|
---|
43 | <a href="mailto:julian.reschke@greenbytes.de">Julian Reschke</a>, greenbytes
|
---|
44 | </p>
|
---|
45 |
|
---|
46 | <h2 class="break">History</h2>
|
---|
47 | <ul>
|
---|
48 | <li>-17: published November 2011 (before IETF 82, WG did not meet)</li>
|
---|
49 | <li>-18: published January 2012</li>
|
---|
50 | <li>-19: published March 2012 (before IETF 83)</li>
|
---|
51 | <li>-20: published July 2012 (before IETF 84)</li>
|
---|
52 | <li>-21: published October 2012 (before IETF 85)</li>
|
---|
53 | </ul>
|
---|
54 | <p>
|
---|
55 | <em>First Working Group Last Call for Parts 4, 5, 6, and 7 ended April 12, 2012</em>
|
---|
56 | </p>
|
---|
57 | <p>
|
---|
58 | <em>First Working Group Last Call for Parts 1 & 2 ended November 25, 2012</em>
|
---|
59 | </p>
|
---|
60 | <p>
|
---|
61 | <em>Second Working Group Last Call for Parts 4, 5, 6, and 7 ended November 25, 2012</em>
|
---|
62 | </p>
|
---|
63 |
|
---|
64 | <h2 class="break">Changes - General</h2>
|
---|
65 | <p>
|
---|
66 | Lots of rewrites/rearrangements in Parts 1 & 2, plus...:
|
---|
67 | </p>
|
---|
68 | <ul>
|
---|
69 | <li>Capturing more information in the method registry (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/364">Ticket 364</a>)</li>
|
---|
70 | <li>"Most Conservative" (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/375">Ticket 375</a>)</li>
|
---|
71 | <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>
|
---|
72 | <li>Semantics of HTTPS (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/383">Ticket 383</a>)</li>
|
---|
73 | <li>half-close because of pipelining (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/176">Ticket 176</a>)</li>
|
---|
74 | <li>Misc editorial feedback for consideration in p1 (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/339">Ticket 339</a>)</li>
|
---|
75 | <li>rename b64token for clarity (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/376">Ticket 376</a>)</li>
|
---|
76 | <li>is "q=" case-sensitive? (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/378">Ticket 378</a>)</li>
|
---|
77 | </ul>
|
---|
78 | </body>
|
---|
79 | </html>
|
---|