Skip to content

Commit 5a37ecc

Browse files
committed
increased header size limit
1 parent b2fccff commit 5a37ecc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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>

xyz-connectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>

xyz-hub-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>

xyz-hub-service/src/main/java/com/here/xyz/hub/AbstractHttpServerVerticle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

xyz-hub-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>

xyz-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>

xyz-psql-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>

xyz-txn-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>

0 commit comments

Comments
 (0)