File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
core/trino-main/src/main/java/io/trino/server Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ protected void setup(Binder binder)
202202
203203 configBinder (binder ).bindConfigDefaults (HttpServerConfig .class , httpServerConfig -> {
204204 httpServerConfig .setHttp2MaxConcurrentStreams (32 * 1024 ); // from the default 16K
205- httpServerConfig .setCompressionEnabled (false ); // https://github.com/jetty/jetty.project/issues/13679
206205 });
207206
208207 binder .bind (PreparedStatementEncoder .class ).in (Scopes .SINGLETON );
Original file line number Diff line number Diff line change 182182 <air .test.jvm.additional-arguments>${air.test.jvm.additional-arguments.default} </air .test.jvm.additional-arguments>
183183
184184 <!-- keep dependency properties sorted -->
185- <dep .airlift.version>367 </dep .airlift.version>
185+ <dep .airlift.version>368 </dep .airlift.version>
186186 <dep .alluxio.version>2.9.6</dep .alluxio.version>
187187 <dep .antlr.version>4.13.2</dep .antlr.version>
188188 <dep .avro.version>1.12.1</dep .avro.version>
You can’t perform that action at this time.
0 commit comments