[hunchentoot-devel] chunked encoding for input

Cyrus Harmon ch-tbnl at bobobeach.com
Fri Jun 27 23:34:44 UTC 2008


The following patch fixes the case where one sends chunked data to a  
hunchentoot server with, say, a PUT request. We weren't paying  
attention to the transfer-encoding in get-post-data.

Also, we should support looking for both "chunked" and "Chunked", so I  
use string-equal instead of equalp here.

thanks,

Cyrus

-------------- next part --------------
A non-text attachment was scrubbed...
Name: hunchentoot-chunked-encoding.patch
Type: application/octet-stream
Size: 1898 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/tbnl-devel/attachments/20080627/cbf5e1fb/attachment.obj>
-------------- next part --------------



More information about the Tbnl-devel mailing list