You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use curl library to view some pages use this proxy, like
curl -x 0.0.0.0:8080 http://www.baidu.com
It will use web_server to handle the seesion. I found it will return empty page by judging m_option.doc_directory_.empty().
I'm confused that why not it parse target page, resend the request to the page and return the content to client ?
The text was updated successfully, but these errors were encountered:
when I use curl library to view some pages use this proxy, like
It will use web_server to handle the seesion. I found it will return empty page by judging m_option.doc_directory_.empty().
I'm confused that why not it parse target page, resend the request to the page and return the content to client ?
The text was updated successfully, but these errors were encountered: