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

#1946: Print all header values in request/response packets. #1947

Closed afelisatti closed 7 years ago

afelisatti commented 7 years ago

@rlubke could this be cherry picked to the 2.3.x branch? It showed up while working on that NTLM issue. Thank you!

rlubke commented 7 years ago

@afelisatti Yep, it already has been.