Changeset 801 for draft-ietf-httpbis/latest
- Timestamp:
- 01/04/10 14:39:27 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r799 r801 1606 1606 <div id="rfc.iref.c.9"></div> 1607 1607 <h4 id="rfc.section.6.2.2.2"><a href="#rfc.section.6.2.2.2">6.2.2.2</a> <a id="deflate.coding" href="#deflate.coding">Deflate Coding</a></h4> 1608 <p id="rfc.section.6.2.2.2.p.1">The "zlib" format is defined in <a href="#RFC1950" id="rfc.xref.RFC1950.1"><cite title="ZLIB Compressed Data Format Specification version 3.3">[RFC1950]</cite></a> in combination with the "deflate" compression mechanism described in <a href="#RFC1951" id="rfc.xref.RFC1951.1"><cite title="DEFLATE Compressed Data Format Specification version 1.3">[RFC1951]</cite></a>. 1609 </p> 1608 <p id="rfc.section.6.2.2.2.p.1">The "deflate" format is defined as the "deflate" compression mechanism (described in <a href="#RFC1951" id="rfc.xref.RFC1951.1"><cite title="DEFLATE Compressed Data Format Specification version 1.3">[RFC1951]</cite></a>) used inside the "zlib" data format (<a href="#RFC1950" id="rfc.xref.RFC1950.1"><cite title="ZLIB Compressed Data Format Specification version 3.3">[RFC1950]</cite></a>). 1609 </p> 1610 <div class="note" id="rfc.section.6.2.2.2.p.2"> 1611 <p> <b>Note:</b> Some incorrect implementations send the "deflate" compressed data without the zlib wrapper. 1612 </p> 1613 </div> 1610 1614 <div id="rfc.iref.g.89"></div> 1611 1615 <div id="rfc.iref.c.10"></div> … … 3362 3366 </ul> 3363 3367 <h2 id="rfc.section.D.11"><a href="#rfc.section.D.11">D.11</a> <a id="changes.since.09" href="#changes.since.09">Since draft-ietf-httpbis-p1-messaging-09</a></h2> 3364 <p id="rfc.section.D.11.p.1">None yet.</p> 3368 <p id="rfc.section.D.11.p.1">Closed issues: </p> 3369 <ul> 3370 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/73">http://tools.ietf.org/wg/httpbis/trac/ticket/73</a>>: "Clarification of the term 'deflate'" 3371 </li> 3372 </ul> 3365 3373 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 3366 3374 <p class="noprint"><a href="#rfc.index.A">A</a> <a href="#rfc.index.B">B</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.D">D</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.K">K</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.N">N</a> <a href="#rfc.index.O">O</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.U">U</a> <a href="#rfc.index.V">V</a> -
draft-ietf-httpbis/latest/p1-messaging.xml
r799 r801 2004 2004 <iref item="Coding Format" subitem="deflate"/> 2005 2005 <t> 2006 The "zlib" format is defined in <xref target="RFC1950"/> in combination with 2007 the "deflate" compression mechanism described in <xref target="RFC1951"/>. 2008 </t> 2006 The "deflate" format is defined as the "deflate" compression mechanism 2007 (described in <xref target="RFC1951"/>) used inside the "zlib" 2008 data format (<xref target="RFC1950"/>). 2009 </t> 2010 <x:note> 2011 <t> 2012 <x:h>Note:</x:h> Some incorrect implementations send the "deflate" 2013 compressed data without the zlib wrapper. 2014 </t> 2015 </x:note> 2009 2016 </section> 2010 2017 … … 5493 5500 <section title="Since draft-ietf-httpbis-p1-messaging-09" anchor="changes.since.09"> 5494 5501 <t> 5495 None yet. 5502 Closed issues: 5503 <list style="symbols"> 5504 <t> 5505 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/73"/>: 5506 "Clarification of the term 'deflate'" 5507 </t> 5508 </list> 5496 5509 </t> 5497 5510 </section>
Note: See TracChangeset
for help on using the changeset viewer.