On Tue, May 4, 2010 at 5:16 AM, Stephen Woodbridge
wrote:
> Hi Eric,
>
> First off, thank you for your responses and help with this issue. The
> most important part is that I have code working and doing what I want,
> but I had to modify Protocol.HTTP and my server code to get it working.
> Eventu
Eric Lemoine wrote:
> On Sunday, May 2, 2010, Stephen Woodbridge
> wrote:
>> Hi Devs,
>>
>> I have been working with OL.Protocol.HTTP and I think I have
>> identified a bug in the code after spending considerable time
>> reading and tracing the code via firebug. Basically if you create a
>> Proto
Hi Devs,
A follow up on this problem is posted below ...
Stephen Woodbridge wrote:
> Hi Devs,
>
> I have been working with OL.Protocol.HTTP and I think I have identified
> a bug in the code after spending considerable time reading and tracing
> the code via firebug. Basically if you create a P
On Sunday, May 2, 2010, Stephen Woodbridge wrote:
> Hi Devs,
>
> I have been working with OL.Protocol.HTTP and I think I have identified
> a bug in the code after spending considerable time reading and tracing
> the code via firebug. Basically if you create a Protocol.HTTP with a
> user callback,
Hi Devs,
I have been working with OL.Protocol.HTTP and I think I have identified
a bug in the code after spending considerable time reading and tracing
the code via firebug. Basically if you create a Protocol.HTTP with a
user callback, it never gets called. Below is a summary of my analysis
an