Boost.asio HTTP 客户端出现 \r 与 \n 问题
我正在尝试使用 HTTP 客户端示例代码 (sync_cleint.cpp) 来检索 jpg。我在 Windows XP 计算机上使用 VS2008 并尝试访问 Linux 服务器。我返回的结果数据不会在与我通过简单下载检索的数据相同的位置开始新行。我相信这是 Windows 如何解释新行 \r\n 与 unix/linux 如何解释新行 \n 的问题。示例代码(http:// /www.boost.org/doc/libs/1_48_0/doc/html/boost_asio/example/http/client/sync_client.cpp)使用 \r\n、\n 和\r,所以我对如何解决这个问题有点困惑。任何针对我的情况(硬代码)或自动检测来纠正此问题的建议将不胜感激。
PS我使用的是boost 1.48.0
I'm trying to use the HTTP client example code (sync_cleint.cpp) to retrieve a jpg. I'm using VS2008 on a Windows XP machine and trying to access a Linux server. The resulting data I get back does not start the new lines at the same place as data I retrieve by simply downloading. I believe this is an issue with how windows interprets a new line, \r\n, versus how unix/linux interprets a new line, \n. The example code (http://www.boost.org/doc/libs/1_48_0/doc/html/boost_asio/example/http/client/sync_client.cpp) uses \r\n, \n, and \r, so I'm a little confused on how to rectify the problem. Any suggestions to correct this for my case (hard code) or automatically detect would be greatly appreciated.
P.S. I'm using boost 1.48.0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论