yes, it should. where do you not see it?

(i wish we'd use branches instead of this patch file madness)

> Am 05.09.2015 um 06:12 schrieb Gregg Smith <g...@gknw.net>:
> 
> Shouldn't this be ap_array_str_contains now in h2_switch.c?
> 
> +    while (*protos) {
> +        /* Add all protocols we know (tls or clear) and that
> +         * are part of the offerings (if there have been any).
> +         */
> -->+        if (!offers || ap_array_contains(offers, *protos)) {
> +            ap_log_cerror(APLOG_MARK, APLOG_TRACE1, 0, c,
> +                          "proposing protocol '%s'", *protos);
> 
> 
> 
> 

Reply via email to