quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test1154 (713B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 </keywords>
      7 </info>
      8 
      9 #
     10 # Server-side
     11 <reply>
     12 <data>
     13 HTTP/1.1 200 OK
     14 Date: Tue, 09 Nov 2010 14:49:00 GMT
     15 Server: test-server/fake
     16 Content-Length: 6
     17 Connection: close
     18 Long: %repeat[102400 x A]%
     19 
     20 -foo-
     21 </data>
     22 <datacheck>
     23 </datacheck>
     24 </reply>
     25 
     26 #
     27 # Client-side
     28 <client>
     29 <server>
     30 http
     31 </server>
     32 <name>
     33 HTTP GET with 100K (too long) response header
     34 </name>
     35 <command>
     36 http://%HOSTIP:%HTTPPORT/%TESTNUMBER
     37 </command>
     38 </client>
     39 
     40 #
     41 # Verify data after the test has been "shot"
     42 <verify>
     43 <protocol>
     44 GET /%TESTNUMBER HTTP/1.1
     45 Host: %HOSTIP:%HTTPPORT
     46 User-Agent: curl/%VERSION
     47 Accept: */*
     48 
     49 </protocol>
     50 # 100 == CURLE_TOO_LARGE
     51 <errorcode>
     52 100
     53 </errorcode>
     54 </verify>
     55 </testcase>