File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
src/main/java/com/here/xyz/hub Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4141
4242 <groupId >com.here.xyz</groupId >
4343 <artifactId >xyz-hub</artifactId >
44- <version >1.1.3 </version >
44+ <version >1.1.4 </version >
4545 <packaging >pom</packaging >
4646
4747 <modules >
Original file line number Diff line number Diff line change 2525 <groupId >com.here.xyz</groupId >
2626 <artifactId >xyz-hub</artifactId >
2727 <relativePath >../</relativePath >
28- <version >1.1.3 </version >
28+ <version >1.1.4 </version >
2929 </parent >
3030
3131 <licenses >
Original file line number Diff line number Diff line change 2525 <groupId >com.here.xyz</groupId >
2626 <artifactId >xyz-hub</artifactId >
2727 <relativePath >../pom.xml</relativePath >
28- <version >1.1.3 </version >
28+ <version >1.1.4 </version >
2929 </parent >
3030
3131 <licenses >
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public abstract class AbstractHttpServerVerticle extends AbstractVerticle {
8686 .setTcpQuickAck (true )
8787 .setTcpFastOpen (true )
8888 .setMaxInitialLineLength (16 * 1024 )
89- .setMaxHeaderSize (16 *1024 )
89+ .setMaxHeaderSize (24 *1024 )
9090 .setIdleTimeout (300 );
9191 public static final String STREAM_INFO_CTX_KEY = "streamInfo" ;
9292
Original file line number Diff line number Diff line change 2525 <groupId >com.here.xyz</groupId >
2626 <artifactId >xyz-hub</artifactId >
2727 <relativePath >../</relativePath >
28- <version >1.1.3 </version >
28+ <version >1.1.4 </version >
2929 </parent >
3030
3131 <licenses >
Original file line number Diff line number Diff line change 2525 <groupId >com.here.xyz</groupId >
2626 <artifactId >xyz-hub</artifactId >
2727 <relativePath >../</relativePath >
28- <version >1.1.3 </version >
28+ <version >1.1.4 </version >
2929 </parent >
3030
3131 <licenses >
Original file line number Diff line number Diff line change 2525 <groupId >com.here.xyz</groupId >
2626 <artifactId >xyz-hub</artifactId >
2727 <relativePath >../</relativePath >
28- <version >1.1.3 </version >
28+ <version >1.1.4 </version >
2929 </parent >
3030
3131 <licenses >
Original file line number Diff line number Diff line change 2525 <groupId >com.here.xyz</groupId >
2626 <artifactId >xyz-hub</artifactId >
2727 <relativePath >../</relativePath >
28- <version >1.1.3 </version >
28+ <version >1.1.4 </version >
2929 </parent >
3030
3131 <licenses >
You can’t perform that action at this time.
0 commit comments