Discussion:
[asio-users] Urdl and line endings
Jeff Flinn
2013-03-04 20:53:59 UTC
Permalink
Anyone using Chris' Urdl lib?

I'm not getting line endings in the retrieved page data. Any quick ideas
what might be going on while I try to debug this? cpp-netlib's
http::client post of the same data retrieves page data with line endings.

Thanks, Jeff
Jeff Flinn
2013-03-12 13:28:06 UTC
Permalink
Post by Jeff Flinn
Anyone using Chris' Urdl lib?
I'm not getting line endings in the retrieved page data. Any quick ideas
what might be going on while I try to debug this? cpp-netlib's
http::client post of the same data retrieves page data with line endings.
Of course using istreambuf_iterator gets the unprocessed data, as well
as setting std::noskipws in lieu of an istream ctor taking std::ios::binary.

Jeff

Loading...