Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

通过本地proxy,使用 example/async_http_stream.cpp 下载 https://www.google.com/ 失败 #44

Open
sarrow104 opened this issue Nov 20, 2016 · 0 comments

Comments

@sarrow104
Copy link

sarrow104 commented Nov 20, 2016

使用同样的代理,用curl工具,正常;输出:
$ /usr/local/bin/curl -x 127.0.0.1:53430 'https://www.google.co.jp/'
<!doctype html><title>Google</title><script>(function(){window.google={kEI:'tA8xWIiHBIWA8QWXhZTQAw',kEXPI:'1351903,1352083,3700320,4029370,4029815,4031109,4032678,4036...

用 async_http_stream.cpp ,则停止在:

$ ./async_http_stream https://www.google.com/
<!doctype html><meta content="text/html; charset=UTF-8" http-equiv="Content-Type^C

环境说明:

ubuntu 14.04
g++ 4.9.4
boost 1.61

@sarrow104 sarrow104 changed the title 通过本地proxy,使用 通过本地proxy,使用 example/async_http_stream.cpp 下载 https://www.google.com/ 失败 Nov 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant