Re: (NO)Problems with Timeouts but with Packages :-).
[email protected] (Dr. Helmut G. Enders)
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Organization | CS Cybernetic Systems GmbH |
| Message-ID | <[email protected]> |
Thanks a lot for your immediately help, you saved me a lot of debugging hours.
I was wide off the mark looking for the problem.
Here is a short form of my problem:
nr is read into the package http not http-user.
Is this the correct behaviour?
Helmut
;-------------------------------Test file----------------------
(in-package :http-user)
(defmethod restart-kwg ((url url:http-form) stream)
(read-from-string "nr"))
(export-url #u"/restart-kwg.html"
:html-computed-form
:form-function #'restart-kwg
:expiration '(:no-expiration-header)
:timeout 36000 ; 10 Min. [1/60 Sec.]
:life-time 600000 ; 10 Min. [1/1000 Sec.]
:public t
:language :en
:keywords '(:kwg :finance :credit-records-monitoring)
:documentation "Read customers credit records.")