A #commonLisp #conditionSystem #gopher take 2.
Previously I signalled a gopher-request: The server matched the item specifier in an alist, and chose an itemtype restart.
As you know, this is wrong: rfc1436's *client* chooses how to interpret the response.
Instead I guess these are the layers of restarts:
Server has all its item specifiers as restarts.
All of these restart to copying the "byte" stream to the client.
The client restarts the response stream to their chosen itemtype restart.


