Remove comments that have been integrated into the documentation.
This commit is contained in:
parent
ba2d711921
commit
a5bdc8743e
|
@ -9,14 +9,6 @@
|
|||
;;; This is really just an handler example demonstrating how to upload code
|
||||
;;; into the server.
|
||||
|
||||
;;; HTML forms
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; This request handler is suitable for receiving code entered into an
|
||||
;;; HTML text form. The Scheme code being uploaded is being POST'd to us
|
||||
;;; (from a form). See http-forms.scm for info on the format of this kind
|
||||
;;; of request. After parsing the request into the submitted string, we
|
||||
;;; parse *that* into a Scheme sexp with READ, and eval it.
|
||||
|
||||
;;; (do/timeout secs thunk)
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; Run THUNK, and gun it down if it hasn't finished in SECS seconds.
|
||||
|
|
Loading…
Reference in New Issue