testing/xpcshell/node-spdy/lib/spdy/protocol/v2/dictionary.js

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 exports.dictionary = new Buffer([
     2   'optionsgetheadpostputdeletetraceacceptaccept-charsetaccept-encodingaccept-',
     3   'languageauthorizationexpectfromhostif-modified-sinceif-matchif-none-matchi',
     4   'f-rangeif-unmodifiedsincemax-forwardsproxy-authorizationrangerefererteuser',
     5   '-agent10010120020120220320420520630030130230330430530630740040140240340440',
     6   '5406407408409410411412413414415416417500501502503504505accept-rangesageeta',
     7   'glocationproxy-authenticatepublicretry-afterservervarywarningwww-authentic',
     8   'ateallowcontent-basecontent-encodingcache-controlconnectiondatetrailertran',
     9   'sfer-encodingupgradeviawarningcontent-languagecontent-lengthcontent-locati',
    10   'oncontent-md5content-rangecontent-typeetagexpireslast-modifiedset-cookieMo',
    11   'ndayTuesdayWednesdayThursdayFridaySaturdaySundayJanFebMarAprMayJunJulAugSe',
    12   'pOctNovDecchunkedtext/htmlimage/pngimage/jpgimage/gifapplication/xmlapplic',
    13   'ation/xhtmltext/plainpublicmax-agecharset=iso-8859-1utf-8gzipdeflateHTTP/1',
    14   '.1statusversionurl\x00'
    15 ].join(''));

mercurial