[Bese-devel] File upload with mod-lisp

Aycan iRiCAN aycan.irican at core.gen.tr
Sun Feb 5 17:12:53 UTC 2006


I'm having this error when I try to upload a file.

2006-02-05T18:29.16 +ERROR+ UCW.BACKEND: Worker thread #<HTTPD-WORKER {9487459}> reported #<SB-INT:STREAM-DECODING-ERROR {96B3509}>.

This happens when read-request in mod-lisp.lisp tries to read-sequence
From network-stream.

(awhen (get-header request "Content-Length")
       (let ((content-length (parse-integer it :junk-allowed t)))
	 (when content-length
	   (setf raw-body (make-array content-length :element-type 'character))
	   (read-sequence raw-body network-stream))))

Is there an unpublished fix for this problem?

Best Regards,

-- 
Aycan iRiCAN
C0R3 Computer Security Group
http://www.core.gen.tr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/bese-devel/attachments/20060205/e833b352/attachment.sig>


More information about the bese-devel mailing list