[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2020-12-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 Boris Petrov changed: What|Removed |Added CC||boris_pet...@live.com -- You are recei

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2020-04-03 Thread bugzilla
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

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2019-11-27 Thread bugzilla
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

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2019-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2019-11-27 Thread bugzilla
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) -> {

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Remy Mau

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2019-11-26 Thread bugzilla
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

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Thomas

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2019-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 Andy Wilkinson changed: What|Removed |Added CC||awilkin...@pivotal.io -- You are rec