That makes sense, thanks for the info guys!
> that has something to do with the way how you open the connection.
>
> I'm not 100% sure if its a perfect description what happens, but when you
>
> > % echo -n url http://www.google.co.uk > ctl
>
> the >ctl will open and close the connection to 0/ctl. But you can read the
> body only while t
The following is hget implemented in rc:
http://code.google.com/p/plan9front/source/browse/rc/bin/hget
sl
Hey riddler,
that has something to do with the way how you open the connection.
I'm not 100% sure if its a perfect description what happens, but when you
> % echo -n url http://www.google.co.uk > ctl
the >ctl will open and close the connection to 0/ctl. But you can read the body
only while the
Hey guys,
Been toying with webfs/abaco and I'm attempting to try to use it
(webfs) from rc without much luck.
I've been doing the following:
% cat clone
0
acceptcookies on
sendcookies on
redirectlimit 10
useragent webfs/2.0 (plan 9)
% cd 0
% echo -n url http://www.google.co.uk