[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnutls: Add SNI support
From: |
Toke Høiland-Jørgensen |
Subject: |
Re: [PATCH] gnutls: Add SNI support |
Date: |
Mon, 24 Nov 2014 14:08:47 +0100 |
Thien-Thi Nguyen <address@hidden> writes:
> Aside from the whitespace and brace placement, this code is buggy: ‘c’
> is of type ‘char *’ and cannot be meaningfully compared directly to
> 'a'.
Ah yes, was missing a pointer deref I guess. But as I noted, there's
probably a better way to check this.
Not sure I'm the right person to integrate this probably; can make it a
feature request instead? Please support SNI... :)
-Toke