On Tue, 01 May 2007 12:13:04 +0900, Jong-won Choi <jc(a)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(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce