wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | Add TLS 1.3 post-handshake authentication (!418)


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | Add TLS 1.3 post-handshake authentication (!418)
Date: Mon, 22 Apr 2019 19:09:55 +0000



Tim Rühsen started a new discussion on tests/libtest.c: 
https://gitlab.com/gnuwget/wget2/merge_requests/418#note_163000478

>               case WGET_TEST_SERVER_SEND_CONTENT_LENGTH:
>                       server_send_content_length = !!va_arg(args, int);
>                       break;
> +             case WGET_TEST_POST_HANDSHAKE_AUTH:
> +                     if (!!va_arg(args, int)) {

You don't need `!!` here (if expression is automatically converted into 
true/false).

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/merge_requests/418#note_163000478
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]