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