javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
222 stars 60 forks source link

h2spec hpack tests show invalid handling of connection when a decoding error occurs. #1908

Closed glassfishrobot closed 7 years ago

glassfishrobot commented 7 years ago

Currently, we reset the stream when a decoding error occurs, however, this should be treated as a session level error and the h2 session (i.e. connection) should be terminated with GOAWAY.

Affected Versions

[3.0, 2.4.0]

glassfishrobot commented 7 years ago

Reported by @rlubke

glassfishrobot commented 7 years ago

@rlubke said: Changes applied:

00b07d49d72f340b80193eff7445291e41a67f0b 8018f4d183318604c0b2951546b16bd50f0d93d8

glassfishrobot commented 7 years ago

Parent-Task: GRIZZLY-1907

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA GRIZZLY-1908

glassfishrobot commented 7 years ago

Marked as fixed on Monday, April 24th 2017, 11:04:15 am