> I noticed the possibility for an infinite loop in
> org.apache.catalina.connector.http.SocketInputStream
> after the commit on thursday...
>
> I've attached a patch, but the diff is pretty unreadable...
>
> I changed the following piece of code:
>
> do { // Skipping CR or LF
>
Oops, apparently I tend to misread do {} while's as the pascal
repeat...until statement (not the first time...). I thought the loop
was skipping until the next CR/LF.
Please ignore my earlier mail...
Luc
"Vanlerberghe, Luc" wrote:
>
> I noticed the possibility for an infinite loop in
> org.ap
I noticed the possibility for an infinite loop in
org.apache.catalina.connector.http.SocketInputStream
after the commit on thursday...
I've attached a patch, but the diff is pretty unreadable...
I changed the following piece of code:
do { // Skipping CR or LF
try {