`write-request-line' always prints a path component.
authorIan Price <ianprice90@googlemail.com>
Mon, 19 Aug 2013 02:43:48 +0000 (03:43 +0100)
committerIan Price <ianprice90@googlemail.com>
Mon, 19 Aug 2013 09:43:02 +0000 (10:43 +0100)
commit20d28792b3781e2ca4fd31f4978fc7a0adfbab9a
tree065efb76a138df96aeb902104c4ec57ea34006c5
parent088cfb7d761b01a2620d78f10e8dbcaa07485a32
`write-request-line' always prints a path component.

* module/web/http.scm (write-request-line): Always write "/" when path
  is empty, regardless of query.
* test-suite/tests/web-http.test ("write-request-line"): Add test.
module/web/http.scm
test-suite/tests/web-http.test