From 6cb6d3fab693a0e0f26ab2146dd6a6c044109411 Mon Sep 17 00:00:00 2001 From: Sharif Olorin Date: Wed, 12 Aug 2015 06:44:40 +0000 Subject: [PATCH] Update comments to reflect actual behavior of rawPathInfo Signed-off-by: Erik de Castro Lopo --- Network/HTTP/Proxy/Request.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Network/HTTP/Proxy/Request.hs b/Network/HTTP/Proxy/Request.hs index 440bc1a..a284715 100644 --- a/Network/HTTP/Proxy/Request.hs +++ b/Network/HTTP/Proxy/Request.hs @@ -34,8 +34,7 @@ data Request = Request , httpVersion :: HT.HttpVersion -- | A list of header (a pair of key and value) in an HTTP request. , requestHeaders :: HT.RequestHeaders - -- | The part of the URL after the hostname (and optional port number) and - -- before the query part. + -- | The part of the URL before the query part. , requestPath :: ByteString -- | Parsed query string information , queryString :: HT.Query