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

Reply via email to