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: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | Fix http2 slowness issue (d8247089)
Date: Fri, 15 Jun 2018 13:27:33 +0000

Tim Rühsen commented on a 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

As far as I understood: one is for the connection level (streamid 0) and the 
other for the stream level (streamid > 0).

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


reply via email to

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