Well it worked flawlessly for me using both Core 2.5 and View/Pro
1.1.  It didn't fail on either through pass 52 (4150 chars) where I
stopped it.  Are you, by chance, going through any proxies?  Anything
in between you and the web server has the opportunity to truncate the
URL.

You are right that read should not fail but it isn't.  Notice the
error you get back is not a URL Error or any other REBOL script
error.  It is a 400 response from the webserver telling you "Bad
Request."

Sterling

> On Wed, 2 May 2001 14:36:27 -0700
>  [EMAIL PROTECTED] wrote:
> > Let me know what you find out.
> > 
> > Sterling
> 
> Hi,  
> 
> Here's a script to illustrate the problem.  I'm not sure
> that my understanding of what 'read should be doing is
> correct here.
> 
> The script dies when it attempts to do a read at 4109 chars
> at pass 10.  I get an error messsage:
> 
> "** User Error: Error. ..... the url is printed out .. and
> then 
> 
> " could not be
> retrieved.  Server response: HTTP/1.0 400 Bad Request
> ** Near: res: read join cgi urltest"
> 
> Since 'read is I thought just returning what the web server
> is sending, why should 'read die if the remote cgi script
> dies?  Should it not just return the web server error
> message?

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to