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