> Also, I don't understand how I receive the actual HTTP response (not
> just the HTML). The Plua network example does not seem to explain
> that. When I send a "Get /", I just get the HTML back, not the HTTP
> response.
GET / is an HTTP/0.9 request and thus has no headers.
Try GET / HTTP/1.0\r\n\r\n (you may need a Host: header for some sites).
--
------------------------------------ personal:
http://www.cameronkaiser.com/ --
Cameron Kaiser * Floodgap Systems * www.floodgap.com *
ckaiser@...
-- I may have invented CtrlAltDel, but Microsoft made it popular. -- D. Bradley