wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | Integration of ngtcp2 and nghttp3 with wget2 (!527)


From: @rockdaboot
Subject: Re: wget2 | Integration of ngtcp2 and nghttp3 with wget2 (!527)
Date: Sun, 17 Mar 2024 19:08:10 +0000



Tim Rühsen started a new discussion on libwget/streams.c: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/527#note_1818244676

> +             
> +             next_data = (wget_byte *)wget_list_getnext((const void 
> *)curr_data);
> +             if (next_data == head_data) {
> +                     break;
> +             } else {
> +                     curr_data = next_data;
> +             }
> +     }       
> +
>       return NULL;
>  }
> +
> +wget_byte*
> +wget_quic_stream_peek_untransmitted_request_data(wget_quic_stream *stream)
> +{
> +     wget_byte *curr_data, *next_data, *head_data;

We use C99, so let's keep the scope of variables as small as possible 
(define/declare where needed).

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




reply via email to

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