Rename two internal operations in RFC 822 headers in the HTTP client,
authorTaylor R. Campbell <net/mumble/campbell>
Sat, 4 Nov 2006 20:16:47 +0000 (20:16 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Sat, 4 Nov 2006 20:16:47 +0000 (20:16 +0000)
commit22fd047d2d10dd15dd8a13b0baca6d7b2946c78a
treea38af5d801d62b903f27730a543f0852aa96f4ec
parent04e07d6733a9135e8eb67f76eb1d223dbc5c41a1
Rename two internal operations in RFC 822 headers in the HTTP client,
and export them, so that users of the library can get at them.

This is a lame workaround for the problem that the RFC 822 support lies
in Edwin, rather than the run-time system.  At some point that should
be fixed properly, and the support updated to RFC 2822, but this works
for now.
v7/src/runtime/http-client.scm
v7/src/runtime/runtime.pkg