mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
Stupid bug.
This commit is contained in:
parent
fd3cb870d3
commit
5a7a23a7ef
@ -141,7 +141,7 @@ do the following:
|
||||
<pre class=example>
|
||||
c:\luasocket\> lua
|
||||
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/")
|
||||
--> the source to this web page gets dumped to terminal
|
||||
</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user