Fix URL of HTTP 1.0 RFC.

This commit is contained in:
sperber 2002-08-22 14:59:49 +00:00
parent 092874805f
commit f4bacf411a
1 changed files with 2 additions and 6 deletions

View File

@ -3,9 +3,6 @@
;;; Copyright (c) 1994 by Brian D. Carlstrom and Olin Shivers.
;;; Problems:
;;; Need to html-quote URI's when printing them out to HTML text.
;;; This file implements the core of an HTTP server: code to establish
;;; net connections, read and parse requests, and handler errors.
;;; It does not have the code to actually handle requests. That's up
@ -13,9 +10,8 @@
;;; a complete server, you need to define path handlers (see below) --
;;; they determine how requests are to be handled.
;;;
;;; A draft document detailing the HTTP 1.0 protocol can be found at
;;; http://www.w3.org/hypertext/WWW/Protocols/HTTP1.0/
;;; draft-ietf-http-spec.html
;;; The RFC detailing the HTTP 1.0 protocol, RFC 1945, can be found at
;;; http://www.w3.org/Protocols/rfc1945/rfc1945
;;; Imports and non-R4RS'isms
;;; \r \n in strings for cr and lf.