Diff for /parser3/tests/results/346-curl.processed between versions 1.5 and 1.9

version 1.5, 2016/09/26 20:45:35 version 1.9, 2017/11/29 19:06:24
Line 1 Line 1
 Content-Type: text/html  Content-Type: text/html
 Content-Length: 2628  Content-Length: 3737
   
 1. Type: curl,  1. Type: curl,
 Source: info,  Source: info,
Line 19  Comment: failed to set option 'url': inv Line 19  Comment: failed to set option 'url': inv
 7. Type: curl,  7. Type: curl,
 Source: name,  Source: name,
 Comment: is hash, form option value can be string, table or file only  Comment: is hash, form option value can be string, table or file only
 8. Type: curl,  8. Type: parser.runtime,
 Source: options,  Source: options,
 Comment: failed to set option 'httppost': value must be a hash  Comment: failed to set option 'httppost': value must have hash representation
 9. Type: curl,  8.1. Type: parser.runtime,
   Source: options,
   Comment: failed to set option 'httppost': value must have hash representation
   8.2. Type: parser.runtime,
   Source: options,
   Comment: failed to set option 'httpheader': value must have hash representation
   8.3. Type: parser.runtime,
   Source: options,
   Comment: failed to set option 'httpheader': value must have hash representation
   8.4. 9. Type: curl,
 Source: options,  Source: options,
 Comment: called with invalid option 'no-such-option'  Comment: called with invalid option 'no-such-option'
 10. Type: curl,  10. Type: curl,
 Source: info,  Source: info,
 Comment: called with invalid parameter 'no-such-info'  Comment: called with invalid parameter 'no-such-info'
 11. {  11. {
   "http_version":"none",
 "size_download":0,  "size_download":0,
 "request_size":0,  "request_size":0,
 "content_type":"",  "content_type":"",
Line 38  Comment: called with invalid parameter ' Line 48  Comment: called with invalid parameter '
 "appconnect_time":0,  "appconnect_time":0,
 "pretransfer_time":0,  "pretransfer_time":0,
 "num_connects":0,  "num_connects":0,
   "scheme":"",
 "primary_ip":"",  "primary_ip":"",
 "speed_upload":0,  "speed_upload":0,
 "speed_download":0,  "speed_download":0,
Line 103  v" Line 114  v"
 <hr />  <hr />
 16. empty post : {  16. empty post : {
 "name":"223.pl",  "name":"223.pl",
 "size":183,  "size":232,
 "mode":"text",  "mode":"text",
 "content-type":"text\/plain",  "content-type":"text\/plain",
 }  }
 <h3>Headers</h3>  <h3>Headers</h3>
 <pre>CONTENT_LENGTH     : 0  <pre>CONTENT_LENGTH     : 0
   CONTENT_TYPE    : application/x-www-form-urlencoded
 HTTP_ACCEPT     : */*  HTTP_ACCEPT     : */*
 HTTP_HOST       : www.parser.ru  HTTP_HOST       : www.parser.ru
 REQUEST_METHOD  : POST  REQUEST_METHOD  : POST
Line 118  SERVER_NAME : www.parser.ru</pre> Line 130  SERVER_NAME : www.parser.ru</pre>
 <h3>Body</h3>  <h3>Body</h3>
 <pre></pre>  <pre></pre>
 <hr />  <hr />
 17. Type: curl.host,  17. empty get : {
   "name":"223.pl",
   "size":153,
   "mode":"text",
   "content-type":"text\/plain",
   }
   <h3>Headers</h3>
   <pre>HTTP_ACCEPT        : */*
   HTTP_HOST       : www.parser.ru
   REQUEST_METHOD  : GET
   REQUEST_URI     : /_/tests/223.pl
   SCRIPT_NAME     : /_/tests/223.pl
   SERVER_NAME     : www.parser.ru</pre>
   <h3>Body</h3>
   <pre></pre>
   <hr />
   18. empty custompost : {
   "name":"223.pl",
   "size":164,
   "mode":"text",
   "content-type":"text\/plain",
   }
   <h3>Headers</h3>
   <pre>HTTP_ACCEPT        : */*
   HTTP_HOST       : www.parser.ru
   REQUEST_METHOD  : POST
   REQUEST_URI     : /_/tests/223.pl
   SCRIPT_NAME     : /_/tests/223.pl
   SERVER_NAME     : www.parser.ru</pre>
   <h3>Body</h3>
   <pre></pre>
   <hr />
   19. Type: curl.host,
 Source: load,  Source: load,
 Comment: Couldn't resolve host name  Comment: Couldn't resolve host name

Removed from v.1.5  
changed lines
  Added in v.1.9


E-mail: