Re: Proton PHP message receiving code encountering fatal error

2014-03-25 Thread Rafael Schloming
This looks like a typo in proton.php. Unfortunately I can't think of a good workaround other than changing the '.' to a '->' on line 283 of proton.php. If you file a JIRA I will make sure a fix goes into the next RC for 0.7. FWIW, you won't hit the codepath unless the message happens to have delive

Re: Race condition in the TransportImpl in Proton-J

2014-03-25 Thread Rafael Schloming
On Mon, Mar 24, 2014 at 9:37 PM, Rajith Attapattu wrote: > I encountered an issue in Proton J which I believe is a race condition. > If the input stream is read and passed into the transport, before the > sasl() method of TransportImpl.java is called then the _inputProcessor > defaults to FramePar

Re: Race condition in the TransportImpl in Proton-J

2014-03-25 Thread Rajith Attapattu
I agree with you. I will create a JIRA and attach a patch for you to review. It also appears the Frame Parser errors was swallowed before it made to the application layer. I will take a closer look and create a JIRA and patch if necessary. Rajith On Tue, Mar 25, 2014 at 6:47 AM, Rafael Schlomin

[jira] [Created] (PROTON-539) Incorrect operator on line 283 of proton.php

2014-03-25 Thread Tom McDonald (JIRA)
Tom McDonald created PROTON-539: --- Summary: Incorrect operator on line 283 of proton.php Key: PROTON-539 URL: https://issues.apache.org/jira/browse/PROTON-539 Project: Qpid Proton Issue Type: Bu