wget-dev
[Top][All Lists]
Advanced

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

Re: [Wget-dev] wget2 | Fix http2 slowness issue (d8247089)


From: Darshit Shah
Subject: Re: [Wget-dev] wget2 | Fix http2 slowness issue (d8247089)
Date: Fri, 15 Jun 2018 13:12:34 +0000

Darshit Shah started a new discussion on libwget/http.c:

>  
>                       nghttp2_settings_entry iv[] = {
>                               // {NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS, 
> 100},
> -                             {NGHTTP2_SETTINGS_ENABLE_PUSH, 0},
> +                             {NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE, 1 << 
> 30}, // prevent window size changes

Why are we setting the window size here and then later again in L#768?


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


reply via email to

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