ari-ban / issue-test

0 stars 0 forks source link

Special headers handling in http is case sensitive #1994

Open arinban opened 6 years ago

arinban 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.

arinban commented 6 years ago