From 666ffa216867ac5db04c24280fa37ae843d73fff Mon Sep 17 00:00:00 2001
From: Matthew Wild <mwild1@gmail.com>
Date: Thu, 11 Apr 2013 20:24:37 +0100
Subject: net.http: Switch from util.httpstream to net.http.parser, introduces
 small but backwards-incompatible API changes - see
 http://prosody.im/doc/developers/http

---
 net/http.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/http.lua b/net/http.lua
index 516afe58..b3bd5a67 100644
--- a/net/http.lua
+++ b/net/http.lua
@@ -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");
-- 
cgit v1.2.3