net.http: Switch from util.httpstream to net.http.parser, introduces small but backwa...
authorMatthew Wild <mwild1@gmail.com>
Thu, 11 Apr 2013 19:24:37 +0000 (20:24 +0100)
committerMatthew Wild <mwild1@gmail.com>
Thu, 11 Apr 2013 19:24:37 +0000 (20:24 +0100)
net/http.lua

index 516afe58314ec3b0ae5d37f44667e3c5428f2f7a..b3bd5a67461cb77601f599119ccc5e54ef2ebc4b 100644 (file)
@@ -9,7 +9,7 @@
 local socket = require "socket"
 local b64 = require "util.encodings".base64.encode;
 local url = require "socket.url"
-local httpstream_new = require "util.httpstream".new;
+local httpstream_new = require "net.http.parser".new;
 local util_http = require "util.http";
 
 local ssl_available = pcall(require, "ssl");