https://issues.apache.org/bugzilla/show_bug.cgi?id=53237
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> --- Your "Send header" code does not send anything, because you are using BufferedWriter, and it is named "buffered" for a reason. There is also another buffer inside the OutputStreamWriter class. Regarding handling of incoming connections that do not send any data - see description of "deferAccept" attribute in Configuration reference for HTTP connector. Bugzilla is not a support forum. If you have other questions please follow on the users mailing list. -- You are receiving this mail because: You are the assignee for the bug.