Changeset 1982
- Timestamp:
- 06/11/12 14:40:43 (10 years ago)
- Location:
- draft-ietf-httpbis-http2/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.html
r1981 r1982 177 177 padding: .25em; 178 178 page-break-inside: avoid; 179 } 180 pre.ccmarker { 181 background-color: white; 182 color: gray; 183 } 184 pre.ccmarker > span { 185 font-size: small; 186 } 187 pre.cct { 188 margin-bottom: -1em; 189 } 190 pre.ccb { 191 margin-top: -1em; 179 192 } 180 193 pre.text2 { … … 1340 1353 <p id="rfc.section.2.6.10.1.p.2">For each HEADERS compression instance, the initial state is initialized using the following <a href="#UDELCOMPRESSION">dictionary</a> <cite title="A Methodology to Derive SPDY's Initial Dictionary for Zlib Compression" id="rfc.xref.UDELCOMPRESSION.1">[UDELCOMPRESSION]</cite>: 1341 1354 </p> 1342 <div id="rfc.figure.u.13"></div> <pre >const unsigned char SPDY_dictionary_txt[] = {1355 <div id="rfc.figure.u.13"></div> <pre class="ccmarker cct"><span><CODE BEGINS></span></pre><pre class="text">const unsigned char SPDY_dictionary_txt[] = { 1343 1356 0x00, 0x00, 0x00, 0x07, 0x6f, 0x70, 0x74, 0x69, \\ - - - - o p t i 1344 1357 0x6f, 0x6e, 0x73, 0x00, 0x00, 0x00, 0x04, 0x68, \\ o n s - - - - h … … 1520 1533 0x2c, 0x65, 0x6e, 0x71, 0x3d, 0x30, 0x2e \\ - e n q - 0 - 1521 1534 }; 1522 </pre> <p id="rfc.section.2.6.10.1.p.4">The entire contents of the name/value header block is compressed using zlib. There is a single zlib stream for all name value1535 </pre><pre class="ccmarker ccb"><span><CODE ENDS></span></pre> <p id="rfc.section.2.6.10.1.p.4">The entire contents of the name/value header block is compressed using zlib. There is a single zlib stream for all name value 1523 1536 pairs in one direction on a connection. SPDY uses a SYNC_FLUSH between each compressed frame. 1524 1537 </p> -
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.xml
r1981 r1982 705 705 706 706 <figure> 707 <artwork >707 <artwork type="code" x:isCodeComponent="yes"> 708 708 const unsigned char SPDY_dictionary_txt[] = { 709 709 0x00, 0x00, 0x00, 0x07, 0x6f, 0x70, 0x74, 0x69, \\ - - - - o p t i
Note: See TracChangeset
for help on using the changeset viewer.