jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
258 stars 82 forks source link

Fix #273 - clarify behaviour around non-blocking writes #496

Closed markt-asf closed 1 year ago

markt-asf commented 1 year ago

This turned out to be a much smaller change than I was expecting - primarily because applications still need to call complete() or dispatch() after they call ServletOutputSream.close().

markt-asf commented 1 year ago

There haven't been any comments on this in the week or so since I opened it. I'll give it a couple more days and then merge it.

markt-asf commented 1 year ago

I agree with your views regarding the serialization of dispatches and that further clarifications would be helpful. I've made some additional changes to the Javadoc. WDYT?

markt-asf commented 1 year ago

Unless there are objections, I'll merge this later this week.