Skip to content

Commit

Permalink
Update comments to reflect actual behavior of rawPathInfo
Browse files Browse the repository at this point in the history
Signed-off-by: Erik de Castro Lopo <[email protected]>
  • Loading branch information
olorin authored and erikd committed Aug 15, 2015
1 parent e302eef commit 6cb6d3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Network/HTTP/Proxy/Request.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cb6d3f

Please sign in to comment.