From lfsh at astrodudes.com Sat Jul 12 04:25:41 2008 From: lfsh at astrodudes.com (Luis Stevens) Date: Sat, 12 Jul 2008 01:25:41 -0700 Subject: [Swiftiply-users] Issue with receive_data state machine in Version 0.6.3pre7 w/Firefox Message-ID: <1F81F6C5-3419-447C-8951-F3CDD429002D@astrodudes.com> Hello! There's an issue with the receive_data state machine in Version 0.6.3pre7 when handling POSTs generated by FIrefox 2.0.0.15. Firefox generates POST headers without \r. This confuses the receive_data state machine whenever trying to handle a POST from Firefox: the request hangs. IE6/7 and Safari generate POST headers with the \r, so the state machine works fine for those browsers. Thanks! Luis. From wyhaines at gmail.com Sat Jul 12 12:26:00 2008 From: wyhaines at gmail.com (Kirk Haines) Date: Sat, 12 Jul 2008 10:26:00 -0600 Subject: [Swiftiply-users] Issue with receive_data state machine in Version 0.6.3pre7 w/Firefox In-Reply-To: <1F81F6C5-3419-447C-8951-F3CDD429002D@astrodudes.com> References: <1F81F6C5-3419-447C-8951-F3CDD429002D@astrodudes.com> Message-ID: On Sat, Jul 12, 2008 at 2:25 AM, Luis Stevens wrote: > Hello! > > There's an issue with the receive_data state machine in Version 0.6.3pre7 > when handling POSTs generated by FIrefox 2.0.0.15. Firefox generates > POST headers without \r. This confuses the receive_data state machine > whenever > trying to handle a POST from Firefox: the request hangs. > > IE6/7 and Safari generate POST headers with the \r, so the state machine > works fine for those > browsers. Thanks for the heads up. I will fix it and put in a test for it ASAP. Kirk Hains