
1 May
2007
1 May
'07
2:08 p.m.
On Tue, 01 May 2007 12:13:04 +0900, Jong-won Choi <jc@itsec.co.kr> wrote:
Currently if a user want to define a custom http return code, s/he has to change reason-phrase function manually.
The attached patch file is my suggestion on this problem.
Thanks, I've made a new release with a modified version of your patch.
+ (defconstant +http-code-reason-table+ (make-hash-table :test #'eq))
That's not portable, you should use EQL. Also, please don't create new functions or variables without doc strings. See http://weitz.de/patches.html Thanks, Edi. _______________________________________________ tbnl-announce site list tbnl-announce@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-announce