Hi,
What is the expectation for the thread-safety of the
Servlet[Input|Output]Stream when processing an HTTP upgrade?
The Servlet specification discusses thread safety for a number of
objects but not these.
My expectation is that the application is responsible for thread safety.
Is this correct? Once we have agreement on this, it would be helpful for
some clarification to be added to the specification.
Mark