aboutsummaryrefslogtreecommitdiff
path: root/src/url.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.lua')
-rw-r--r--src/url.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/url.lua b/src/url.lua
index aac2a47..960a248 100644
--- a/src/url.lua
+++ b/src/url.lua
@@ -2,7 +2,6 @@
2-- URI parsing, composition and relative URL resolution 2-- URI parsing, composition and relative URL resolution
3-- LuaSocket toolkit. 3-- LuaSocket toolkit.
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- Conforming to: RFC 2396, LTN7
6-- RCS ID: $Id$ 5-- RCS ID: $Id$
7----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
8 7
@@ -269,5 +268,3 @@ function build_path(parsed, unsafe)
269 if parsed.is_absolute then path = "/" .. path end 268 if parsed.is_absolute then path = "/" .. path end
270 return path 269 return path
271end 270end
272
273return url