Partial fix for following HTTP redirects (code 301 or 302 or 303).
commit20a225f95c43003e46d229409c8bbb0fe265c93e
authoremarsden <emarsden>
Sun, 17 Jul 2005 09:44:40 +0000 (17 09:44 +0000)
committeremarsden <emarsden>
Sun, 17 Jul 2005 09:44:40 +0000 (17 09:44 +0000)
tree6f1d2693f5d6df95ef52156fb33f49e47cacb418
parent50a858913b9187a9d3fa364012ebb3b7dd21796a
Partial fix for following HTTP redirects (code 301 or 302 or 303).
Certain servers (such as www.lisp.org) only include a path in the
Location header, instead of a complete URL. We now accept either
a path (in which case the rest of the URL is derived from the current
URL), or a complete URL.

This fix is only partial, since the GUI code in gui/clim-gui.lisp
is not prepared to handle redirects correctly.
src/net/http.lisp