# HG changeset patch # User Matthew Wild # Date 1290954108 0 # Node ID 1c68b0c3d3b29e7c4c75f2d1b92c84104f6d189b # Parent 5c415faedb1fa6f63b0001d6d411e9c7364ea958 squishy: Add util.httpstream (now contains the HTTP parsing from net.http) diff -r 5c415faedb1f -r 1c68b0c3d3b2 squishy --- a/squishy Sat Jan 02 06:08:10 2010 +0000 +++ b/squishy Sun Nov 28 14:21:48 2010 +0000 @@ -11,6 +11,7 @@ Module "net.httpclient_listener" "net/httpclient_listener.lua" Module "net.connlisteners" "net/connlisteners.lua" Module "net.http" "net/http.lua" +Module "util.httpstream" "util/httpstream.lua" -- Required by multihttp, but otherwise not required (though nice to have) Module "util.timer" "util/timer.lua"