Re: error Error 0 on socket?

2018-05-06 Thread Tom Glod via use-livecode
nevermind ..the array i was "test" sending was way bigger than i thought it
was  so I am unlikely to have that problem with the regular requests i
am anticipating.  so the problems were first coming from the arraydecode
function  and then turning into that weird socket error somehow..


On Sun, May 6, 2018 at 12:13 PM, Tom Glod <t...@makeshyft.com> wrote:

> Hi Folks, I'm getting a strange socket error when I POST some base64
> encoded data to a URL that has HTTPD Server running.
>
> Everything works fine when I send just a w bit of data... but a
> bigger chunk is giving me this error. "error Error 0 on socket"
>
> Does anyone have any idea what the size limitation is all about and how to
> get around it?
>
> Thanks,
>
> Tom
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


error Error 0 on socket?

2018-05-06 Thread Tom Glod via use-livecode
Hi Folks, I'm getting a strange socket error when I POST some base64
encoded data to a URL that has HTTPD Server running.

Everything works fine when I send just a w bit of data... but a
bigger chunk is giving me this error. "error Error 0 on socket"

Does anyone have any idea what the size limitation is all about and how to
get around it?

Thanks,

Tom
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode