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

Special headers handling in http is case sensitive #1994

Closed elrodro83 closed 6 years ago

elrodro83 commented 6 years ago

when using a org.glassfish.grizzly.http.HttpResponsePacket.Builder, the following calls have different behavior:

The first one sets the builder field contentLength to 10 while the second does not as would be expected.

glassfishrobot commented 6 years ago

Closing this as this issue is migrated to https://github.com/eclipse-ee4j/grizzly/issues/1994