File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1531
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: CURLOPT_POSTFIELDS
    5: </keywords>
    6: </info>
    7: 
    8: <client>
    9: <server>
   10: http
   11: </server>
   12: <features>
   13: http
   14: </features>
   15: <tool>
   16: lib1531
   17: </tool>
   18:  <name>
   19: CURLOPT_POSTFIELDS with binary data set after multi_add_handle
   20:  </name>
   21: <command>
   22: %HOSTIP:%HTTPPORT/1531
   23: </command>
   24: </client>
   25: 
   26: # it should be detected and an error should be reported
   27: <verify>
   28: <protocol nonewline="yes">
   29: POST /1531 HTTP/1.1
   30: Host: %HOSTIP:%HTTPPORT
   31: Accept: */*
   32: Content-Length: 8
   33: Content-Type: application/x-www-form-urlencoded
   34: 
   35: .abcxyz
   36: </protocol>
   37: </verify>
   38: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>