OK, I thought I was smart but it seems that testing is still a good
idea. ;)  I missed the brackets... see below and try again.  Sorry for 
the failed fix.

Sterling

And my _tests_ this time work for me.

>               I made the recommended change and got the following:
> 
>               Script: "REBOL HTTP Proxy" (4-Aug-1999)
>               ** Script Error: Invalid argument: (missing value).
>               ** Where: proxy: make system/schemes/default/proxy
>               >>
> 
>               Thanks for all your help,
>               Larry

                Change these lines:
 
                                port-spec: make port! [
                                        scheme: 'tcp
                                        port-id: 80
                                ]
 
                                to these:
 
                                port-spec: make port! [
                                        scheme: 'tcp
                                        port-id: 80
                                                proxy: make 
system/schemes/default/proxy []
                                ]
 

Reply via email to