Diff for /parser3/tests/results/346-curl.processed between versions 1.2 and 1.7

version 1.2, 2016/08/03 20:33:56 version 1.7, 2017/11/28 21:54:17
Line 1 Line 1
 Content-Type: text/html  Content-Type: text/html
 Content-Length: 910  Content-Length: 3078
   
 Type: curl,  1. Type: curl,
 Source: info,  Source: info,
 Comment: outside of 'session' operator  Comment: outside of 'session' operator
 Type: curl,  2. Type: curl,
 Source: options,  Source: options,
 Comment: outside of 'session' operator  Comment: outside of 'session' operator
 Type: curl,  3. Type: curl,
 Source: options,  Source: options,
 Comment: outside of 'session' operator  Comment: outside of 'session' operator
 Type: curl,  4. 5. Type: curl,
 Source: options,  Source: options,
 Comment: failed to set option 'library': already loaded  Comment: failed to set option 'library': already loaded
 Type: curl,  6. Type: curl,
 Source: options,  Source: options,
 Comment: failed to set option 'url': invalid url scheme 'ftp://parser.ru/'  Comment: failed to set option 'url': invalid url scheme 'ftp://parser.ru/'
 {  7. Type: curl,
   Source: name,
   Comment: is hash, form option value can be string, table or file only
   8. Type: parser.runtime,
   Source: options,
   Comment: failed to set option 'httppost': value must have hash representation
   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,
   Comment: called with invalid option 'no-such-option'
   10. Type: curl,
   Source: info,
   Comment: called with invalid parameter 'no-such-info'
   11. {
   "http_version":"none",
 "size_download":0,  "size_download":0,
 "request_size":0,  "request_size":0,
 "content_type":"",  "content_type":"",
Line 26  Comment: failed to set option 'url': inv Line 48  Comment: failed to set option 'url': inv
 "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 36  Comment: failed to set option 'url': inv Line 59  Comment: failed to set option 'url': inv
 "namelookup_time":0,  "namelookup_time":0,
 "redirect_count":0,  "redirect_count":0,
 "httpauth_avail":0,  "httpauth_avail":0,
   "protocol":0,
 "total_time":0,  "total_time":0,
 "content_length_download":-1,  "content_length_download":-1,
 "os_errno":0,  "os_errno":0,
Line 44  Comment: failed to set option 'url': inv Line 68  Comment: failed to set option 'url': inv
 "content_length_upload":-1,  "content_length_upload":-1,
 "size_upload":0  "size_upload":0
 }  }
   12. Parser3 tests (make tests).
   Don't delete or modify them.
   bytes 4-62/63
   13. Don't delete or modify them.
   bytes 33-62/63
   14. text : {
   "name":"test.txt",
   "size":265,
   "mode":"binary",
   "content-type":"something\/text",
   }
   <h3>Headers</h3>
   <pre>CONTENT_LENGTH     : 4
   CONTENT_TYPE    : application/x-www-form-urlencoded
   HTTP_ACCEPT     : */*
   HTTP_HOST       : www.parser.ru
   HTTP_USER_AGENT : parser%203
   REQUEST_METHOD  : POST
   REQUEST_URI     : /_/tests/223.pl
   SCRIPT_NAME     : /_/tests/223.pl
   SERVER_NAME     : www.parser.ru</pre>
   <h3>Body</h3>
   <pre>test</pre>
   <hr />
   15. binary : {
   "name":"223.pl",
   "size":255,
   "mode":"text",
   "content-type":"text\/plain",
   }
   <h3>Headers</h3>
   <pre>CONTENT_LENGTH     : 22
   CONTENT_TYPE    : application/x-www-form-urlencoded
   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>"a"        "b"
   "av     av"     "b
   v"
   </pre>
   <hr />
   16. empty post : {
   "name":"223.pl",
   "size":183,
   "mode":"text",
   "content-type":"text\/plain",
   }
   <h3>Headers</h3>
   <pre>CONTENT_LENGTH     : 0
   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 />
   17. Type: curl.host,
   Source: load,
   Comment: Couldn't resolve host name

Removed from v.1.2  
changed lines
  Added in v.1.7


E-mail: