Hi all, I'm working on something that will use http requests so I figured using webfs instead of reinventing the wheel might be a good idea, even though I've been hinted on #plan9 that it's far from perfect. My first try was to duplicate some code from /sys/src/cmd/webfs/webget.c and it seemed that I couldn't get a reply from a server listening on a port other than 80, using that syntax for the url: http://host:port/path. Then I tried the same thing with webfsget and I also got a 'Connection refused'. I've just had a quick peak in /sys/src/cmd/webfs/url.c and looking at the comments it seems that this kind of syntax for the url should be directly supported when writing it to webfs. Haven't looked yet at the code though. So am I missing something, or is it just not implemented yet?
Cheers, Mathieu