Re: Question regarding parseRequestLine

2016-05-13 Thread Mark Thomas
On 12/05/2016 09:41, Mark Thomas wrote: > On 10/05/2016 22:00, Thomas Meyer wrote: >> Hi, >> >> I noticed that I can block tomcat 8 by opening 200 connection to the >> http 1.1 connector and send 512 bytes of zero in each connection. >> >> Tomcat 8 seems to block in parseRequestLine() method for

Re: Question regarding parseRequestLine

2016-05-12 Thread Mark Thomas
On 10/05/2016 22:00, Thomas Meyer wrote: > Hi, > > I noticed that I can block tomcat 8 by opening 200 connection to the > http 1.1 connector and send 512 bytes of zero in each connection. > > Tomcat 8 seems to block in parseRequestLine() method for 20 seconds > (connectionTimeout) and times out

Re: Question regarding parseRequestLine

2016-05-10 Thread tomcat
On 10.05.2016 23:00, Thomas Meyer wrote: Hi, I noticed that I can block tomcat 8 by opening 200 connection to the http 1.1 connector and send 512 bytes of zero in each connection. Tomcat 8 seems to block in parseRequestLine() method for 20 seconds (connectionTimeout) and times out after that.

Question regarding parseRequestLine

2016-05-10 Thread Thomas Meyer
Hi, I noticed that I can block tomcat 8 by opening 200 connection to the http 1.1 connector and send 512 bytes of zero in each connection. Tomcat 8 seems to block in parseRequestLine() method for 20 seconds (connectionTimeout) and times out after that. The blocking seems to happen while waiting