Boost.asio HTTP 客户端出现 \r 与 \n 问题

发布于 2024-12-29 15:42:07 字数 501 浏览 1 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文