On December 11, 2019 11:54:40 AM UTC, "M. Manna" <manme...@gmail.com> wrote:
>Mark,
>
>On Wed, 11 Dec 2019 at 11:48, Mark Thomas <ma...@apache.org> wrote:
>
>> All,
>>
>> The Tomcat committers are looking for some user feedback.
>>
>> Currently, the HTTP/2 protocol configuration [1] duplicates many
>> attributes of the HTTP/1.1 protocol [2] it is nested under.
>>
>> We are considering simplifying this for Tomcat 10 onwards and having
>the
>> HTTP/2 protocol simply inherit the settings from HTTP/1.1.
>Optionally,
>> we could have HTTP/2 inherit from HTTP/1.1 by default but allow an
>> HTTP/2 specific override if required. However, this adds quite a few
>> edge cases and I can't think of a use case where, for example, you'd
>> want to have different maxHeaderCount settings on HTTP/1.1 and
>HTTP/2.
>>
>  Inheritance seems to be an easier choice.

From an implementation perspective it is not easier. It also adds complexity on 
the usage as the behaviour, particular runtime changes, may not be obvious.

> Would this mean various
>connectors
>might then be using a "Factory"-like (insted of specific
>Http11*Protocol)
>to refer to the correct underlying protocol?

No.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to