https://bz.apache.org/bugzilla/show_bug.cgi?id=63948
Boris Petrov changed:
What|Removed |Added
CC||boris_pet...@live.com
--
You are recei
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948
--- Comment #7 from matt...@cacorp.com ---
Disabling overhead protection works, thank you! But, are there downsides to
doing so? You recommend using a newer client, but the clients I'm using that
run into this problem are the current versions of
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948
--- Comment #6 from Rodrigo Darti da Costa ---
(In reply to Andy Wilkinson from comment #4)
> Rodrigo, you can customise the Http2Protocol by adding the following bean to
> your Spring Boot application:
>
> @Bean
> public TomcatConnectorCustom
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948
--- Comment #4 from Andy Wilkinson ---
Rodrigo, you can customise the Http2Protocol by adding the following bean to
your Spring Boot application:
@Bean
public TomcatConnectorCustomizer http2ProtocolCustomizer() {
return (connector) -> {
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948
Remy Maucherat changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Remy Mau
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948
Rodrigo Darti da Costa changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #2 from Rodri
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Mark Thomas
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948
Andy Wilkinson changed:
What|Removed |Added
CC||awilkin...@pivotal.io
--
You are rec