
27 Jun
2008
27 Jun
'08
11:34 p.m.
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