Re: [patch] Location header is a URI-reference

2014-10-15 Thread Nala Ginrut
Thanks for working on it! I haven't looked into this patch, but I hope it taking care of empty string properly, since URL reference allows it. Best regards. On Wed, Oct 15, 2014 at 5:54 PM, Andy Wingo wrote: > Following RFC 7231, the HTTP Location: header is a URI-reference, not a > URI. This

[patch] Location header is a URI-reference

2014-10-15 Thread Andy Wingo
Following RFC 7231, the HTTP Location: header is a URI-reference, not a URI. This patch updates Guile's web modules appropriately, fixes a case in which URI fragments were parsed incorrectly, and makes public interfaces for creating URI references. Thoughts? This is also in wip-uri-reference. A