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

unexpected EOF #23

Closed
kikyous opened this issue Oct 31, 2013 · 3 comments
Closed

unexpected EOF #23

kikyous opened this issue Oct 31, 2013 · 3 comments

Comments

@kikyous
Copy link

kikyous commented Oct 31, 2013

when get http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt through goproxy
,it gives unexpected EOF

@elazarl
Copy link
Owner

elazarl commented Oct 31, 2013

Hi,

Thanks for reporting the bug.

Can you please give me more details about the problem?

I just tried to recreate it using the basic client and here's what I got:

❯ cd $GOPATH/src/github.com/elazarl/goproxy/examples/basic
❯ go build
❯ ./basic -v # now I browse to the given URL with firefox
❯ ~/gopath/src/github.com/elazarl/goproxy/bin/basic -v
2013/10/31 09:33:27 [001] INFO: Got request GET http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt
2013/10/31 09:33:27 [001] INFO: Sending request GET http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt
2013/10/31 09:33:27 [001] INFO: Received response 200 OK
2013/10/31 09:33:27 [001] INFO: Copying response to client 200 OK [200]
2013/10/31 09:33:27 [001] INFO: Copied 133608 bytes to client error=<nil>

Firefox displays this page correctly.

@kikyous
Copy link
Author

kikyous commented Oct 31, 2013

oh, I think it's caused by GreatFireWall in China, sorry.

@kikyous kikyous closed this as completed Oct 31, 2013
@galileox7
Copy link

I get this issue, when some website is not exists.
eg. http://onlinedpianist.com/

My http proxy set a parent proxy with socks5

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

3 participants