Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: TESTFAIL: These test cases failed: 1167
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Daniel Stenberg via curl-library <curl-library_at_cool.haxx.se>
Date: Tue, 22 Dec 2020 08:43:48 +0100 (CET)
On Mon, 21 Dec 2020, Dennis Clarke via curl-library wrote:
> On 12/21/20 4:49 PM, Daniel Stenberg wrote:
>> + if (/^\#\s*\z/) {
>> + next;
>> + }
>
> I applied that and test 1167 still fails :
I modified the check in an update to just:
if (/^#/) {
next;
}
Does that fix the issue?
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
Received on 2020-12-22
Date: Tue, 22 Dec 2020 08:43:48 +0100 (CET)
On Mon, 21 Dec 2020, Dennis Clarke via curl-library wrote:
> On 12/21/20 4:49 PM, Daniel Stenberg wrote:
>> + if (/^\#\s*\z/) {
>> + next;
>> + }
>
> I applied that and test 1167 still fails :
I modified the check in an update to just:
if (/^#/) {
next;
}
Does that fix the issue?
-- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
Received on 2020-12-22