Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit aba3c8a

Browse files
Ryan Lubkeyaminikb
authored andcommitted
Integ: Grizzly 2.4.1 (#22219)
* Fixes #22208. No longer fold headers using 0x0 separator. This was an old requirement of the HTTP/2 RFC that was missed when bringing the implementation up to speed with regards to the final version of the RFC.
1 parent feb140f commit aba3c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nucleus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<javax.validation.osgi.version>2.0.0</javax.validation.osgi.version>
129129
<management-api.version>1.1-rev-1</management-api.version>
130130
<servlet-api.version>4.0.0</servlet-api.version>
131-
<grizzly.version>2.4.0</grizzly.version>
131+
<grizzly.version>2.4.1</grizzly.version>
132132
<grizzly.npn.version>1.7</grizzly.npn.version>
133133
<jboss.logging.annotation.version>2.0.1.Final</jboss.logging.annotation.version>
134134
<!-- Ensure that appserver/pom.xml's javax.validation property is of same value as the one below -->

0 commit comments

Comments
 (0)