Stupid bug.
This commit is contained in:
parent
fd3cb870d3
commit
5a7a23a7ef
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ do the following:
|
||||||
<pre class=example>
|
<pre class=example>
|
||||||
c:\luasocket\> lua
|
c:\luasocket\> lua
|
||||||
Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
|
Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
|
||||||
> http = require"http"
|
> http = require"socket.http"
|
||||||
> print(http.request"http://www.tecgraf.puc-rio.br/luasocket/")
|
> print(http.request"http://www.tecgraf.puc-rio.br/luasocket/")
|
||||||
--> the source to this web page gets dumped to terminal
|
--> the source to this web page gets dumped to terminal
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Add table
Reference in a new issue