Stupid bug.

This commit is contained in:
Diego Nehab 2005-01-12 06:27:58 +00:00
parent fd3cb870d3
commit 5a7a23a7ef

View File

@ -141,7 +141,7 @@ do the following:
<pre class=example>
c:\luasocket\&gt; lua
Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
&gt; http = require"http"
&gt; http = require"socket.http"
&gt; print(http.request"http://www.tecgraf.puc-rio.br/luasocket/")
--&gt; the source to this web page gets dumped to terminal
</pre>