REXX/CURL not handling chunked
Brought to you by:
rexx
Getting HTML back from a GET which has Transfer-
Encoding: chunked. The HTML as a result is almost
impossible to process as stem not formatted properly.
Can avoid chunked response by making GET HTTP/1.0 as
server knows chunked not supported, but can't see
option to do this. Otherwise I thought libcurl supports
chunked, so stem should be coming back properly in
stem, but doesn't, so maybe support not in
implimentation rexxcurl uses? Could you please advise
what I can try? Really enjoying rexxcurl, thanks.