|
Hi,If I do the following:It prints the correct HTML if I use luasocket 2.0 but if I use luasocket 3.0 it prints out this:local h = require "socket.http"
print(h.request([[http://www.amved.com/milindsweb/tableDB.html]]))
Is this a bug or something needs to be done differently?<!-- pageok --> <!-- managed by puppet --> <html> <pre>pageok</pre> </html> 200 table: 0092BD00 HTTP/1.1 200 OK
Thanks,
Milind