Re: autest failures

2019-01-09 Thread Walt Karas
tcp_client.py doesn't support TLS. But, other than that major deficiency, it's better for automated testing than curl. curl is designed to work around problems in tricky ways in order to succeed in copying the resource. It can sometimes mask problems that one is hoping to find with automated reg

Re: autest failures

2019-01-09 Thread Pushkar Pradhan
I am inclined towards just skipping the tests if curl doesn't have --http1.1 option. That would be the quickest workaround. People who really want to run all the skipped tests can download it then. On Wed, Jan 9, 2019 at 8:49 AM Walt Karas wrote: > tcp_client.py doesn't support TLS. But, other

Re: autest failures

2019-01-09 Thread Miles Libbey
I'd bet that the vast majority of the use of the http1.1 option was to make sure the headers returned match the gold file. Perhaps autest could know about headers and make case insensitive header name matches? (fwiw, the --http1.1 option was added in curl 7.33.0.) On Wed, Jan 9, 2019 at 12:13 PM