https://bz.apache.org/bugzilla/show_bug.cgi?id=57629
--- Comment #2 from Lorenzo Caenazzo <lorenzo.caena...@emaze.net> --- ok, I think the responability to send 100-continue header is not of "contained" application. But if the container send a 100 header I expect which it not closes the soket if the body of the request is "big". Maybe if Tomcat send a 100 continue header it must take and discard (in some case) the request body. Because the client receve the 100 header and say "ok now I can send a lot of data!" but after a while the server hang up the connection. What do you think? P.S. for now I've implemented a preemptive authentication method. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org