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

Not able to start on Win 7 with 1.1Beta #5

Closed
zooomy opened this issue Apr 22, 2013 · 6 comments
Closed

Not able to start on Win 7 with 1.1Beta #5

zooomy opened this issue Apr 22, 2013 · 6 comments

Comments

@zooomy
Copy link

zooomy commented Apr 22, 2013

Hi Elazarl

I wrote about not being able to run goproxy on stackoverflow recently
(I use latest Beta of Go)

The error is:

goproxy-master\goproxy-master\examples\basic>go run main.go
2013/04/22 10:41:34 http: panic serving 127.0.0.1:54214: runtime error:
 invalid memory address or nil pointer dereference
goroutine 4 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11ada1c0, 0x11abcfa0,
0x11ada440, 0x11a4f5b0)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:81 +0xb4
        net/http.serverHandler.ServeHTTP(0x11a4ea50, 0x11abcfa0, 0x11ada440, 0x11a4f5b0)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11ad8410)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241```

@elazarl
Copy link
Owner

elazarl commented Apr 22, 2013

Can you please run the tests and report the results? I do not have Windows machine at hand.

cd c:\go\src\pkg\github.com\elazarl\goproxy
go test

@zooomy
Copy link
Author

zooomy commented Apr 22, 2013

Ok. The tests also show errors.

        proxy_test.go:188: error reading png Get http://127.0.0.1:49928/test_dat
a/football.png: EOF
        proxy_test.go:198: error reading png Get http://127.0.0.1:49928/baby.jpg
: EOF
2013/04/22 12:34:06 http: panic serving 127.0.0.1:49946: runtime error: invalid
memory address or nil pointer dereference
goroutine 63 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11ac1680, 0x11b1b6a0,
0x11ac1ac0, 0x11ab3cb0)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:81 +0xb4
net/http/httptest.(*waitGroupHandler).ServeHTTP(0x11a76d90, 0x11b1b6a0, 0x11ac1a
c0, 0x11ab3cb0)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/httptest/server.go:200 +0x7f
net/http.serverHandler.ServeHTTP(0x11ae25d0, 0x11b1b6a0, 0x11ac1ac0, 0x11ab3cb0)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11b0dd20)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241
--- FAIL: TestConstantImageHandler (0.01 seconds)
        proxy_test.go:271: Cannot get panda.png Get http://127.0.0.1:49928/test_
data/panda.png: EOF
2013/04/22 12:34:06 http: panic serving 127.0.0.1:49948: runtime error: invalid
memory address or nil pointer dereference
goroutine 69 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11ac1b40, 0x11b1b6a0,
0x11ac1f00, 0x11ad22a0)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:81 +0xb4
net/http/httptest.(*waitGroupHandler).ServeHTTP(0x11a76580, 0x11b1b6a0, 0x11ac1f
00, 0x11ad22a0)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/httptest/server.go:200 +0x7f
net/http.serverHandler.ServeHTTP(0x11ae2bd0, 0x11b1b6a0, 0x11ac1f00, 0x11ad22a0)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11b0dfa0)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241
--- FAIL: TestImageHandler (0.02 seconds)
        proxy_test.go:294: Cannot get panda.png Get http://127.0.0.1:49928/test_
data/panda.png: EOF
2013/04/22 12:34:06 http: panic serving 127.0.0.1:49950: runtime error: invalid
memory address or nil pointer dereference
goroutine 75 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11ac1fc0, 0x11b1b6a0,
0x11b07600, 0x11ad2700)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:81 +0xb4
net/http/httptest.(*waitGroupHandler).ServeHTTP(0x11a766b0, 0x11b1b6a0, 0x11b076
00, 0x11ad2700)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/httptest/server.go:200 +0x7f
net/http.serverHandler.ServeHTTP(0x11b1a540, 0x11b1b6a0, 0x11b07600, 0x11ad2700)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11b0d1e0)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241
--- FAIL: TestChangeResp (0.02 seconds)
        proxy_test.go:330: Get http://127.0.0.1:49928/test_data/panda.png: EOF
2013/04/22 12:34:06 http: panic serving 127.0.0.1:49952: runtime error: invalid
memory address or nil pointer dereference
goroutine 81 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11b07740, 0x11b1b6a0,
0x11a77600, 0x11ad2bd0)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:81 +0xb4
net/http/httptest.(*waitGroupHandler).ServeHTTP(0x11a767a0, 0x11b1b6a0, 0x11a776
00, 0x11ad2bd0)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/httptest/server.go:200 +0x7f
net/http.serverHandler.ServeHTTP(0x11b1aa20, 0x11b1b6a0, 0x11a77600, 0x11ad2bd0)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11b0d5a0)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241
--- FAIL: TestReplaceImage (0.03 seconds)
        proxy_test.go:56: Can't fetch url http://127.0.0.1:49928/test_data/panda
.png Get http://127.0.0.1:49928/test_data/panda.png: EOF
2013/04/22 12:34:06 http: panic serving 127.0.0.1:49955: runtime error: invalid
memory address or nil pointer dereference
goroutine 85 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).handleHttps(0x11a77700, 0x11b1b6a0
, 0x11ac0f00, 0x11ad2cb0)
        C:/Go/src/pkg/github.com/elazarl/goproxy/https.go:32 +0x96
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11a77700, 0x11b1b6a0,
0x11ac0f00, 0x11ad2cb0)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:79 +0x8a
net/http/httptest.(*waitGroupHandler).ServeHTTP(0x11a768e0, 0x11b1b6a0, 0x11ac0f
00, 0x11ad2cb0)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/httptest/server.go:200 +0x7f
net/http.serverHandler.ServeHTTP(0x11b1d0c0, 0x11b1b6a0, 0x11ac0f00, 0x11ad2cb0)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11a7deb0)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241
--- FAIL: TestSimpleMitm (0.02 seconds)
        proxy_test.go:394: Cannot CONNECT through proxy unexpected EOF
2013/04/22 12:34:06 http: panic serving 127.0.0.1:49958: runtime error: invalid
memory address or nil pointer dereference
goroutine 91 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).handleHttps(0x11ac0fc0, 0x11b1b6a0
, 0x11ac0d00, 0x11a7ea80)
        C:/Go/src/pkg/github.com/elazarl/goproxy/https.go:32 +0x96
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11ac0fc0, 0x11b1b6a0,
0x11ac0d00, 0x11a7ea80)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:79 +0x8a
net/http/httptest.(*waitGroupHandler).ServeHTTP(0x11ad18c0, 0x11b1b6a0, 0x11ac0d
00, 0x11a7ea80)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/httptest/server.go:200 +0x7f
net/http.serverHandler.ServeHTTP(0x11b485a0, 0x11b1b6a0, 0x11ac0d00, 0x11a7ea80)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11b6ea00)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241
--- FAIL: TestConnectHandler (0.04 seconds)
        proxy_test.go:56: Can't fetch url https://127.0.0.1:49926/alturl Get htt
ps://127.0.0.1:49926/alturl: unexpected EOF
2013/04/22 12:34:06 http: panic serving 127.0.0.1:49960: runtime error: invalid
memory address or nil pointer dereference
goroutine 95 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).handleHttps(0x11ac0dc0, 0x11b1b6a0
, 0x11b07340, 0x11a7ef50)
        C:/Go/src/pkg/github.com/elazarl/goproxy/https.go:32 +0x96
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11ac0dc0, 0x11b1b6a0,
0x11b07340, 0x11a7ef50)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:79 +0x8a
net/http/httptest.(*waitGroupHandler).ServeHTTP(0x11a76ea0, 0x11b1b6a0, 0x11b073
40, 0x11a7ef50)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/httptest/server.go:200 +0x7f
net/http.serverHandler.ServeHTTP(0x11aae510, 0x11b1b6a0, 0x11b07340, 0x11a7ef50)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11b6eb40)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241
--- FAIL: TestMitmIsFiltered (0.02 seconds)
        proxy_test.go:56: Can't fetch url https://127.0.0.1:49926/momo Get https
://127.0.0.1:49926/momo: unexpected EOF
2013/04/22 12:34:06 http: panic serving 127.0.0.1:49962: runtime error: invalid
memory address or nil pointer dereference
goroutine 101 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11b074c0, 0x11b1b6a0,
0x11b07840, 0x11ad2230)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:81 +0xb4
net/http/httptest.(*waitGroupHandler).ServeHTTP(0x11a76ff0, 0x11b1b6a0, 0x11b078
40, 0x11ad2230)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/httptest/server.go:200 +0x7f
net/http.serverHandler.ServeHTTP(0x11aaea20, 0x11b1b6a0, 0x11b07840, 0x11ad2230)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11b6ec80)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241
--- FAIL: TestFirstHandlerMatches (0.02 seconds)
        proxy_test.go:56: Can't fetch url http://127.0.0.1:49927/ Get http://127
.0.0.1:49927/: EOF
2013/04/22 12:34:06 http: panic serving 127.0.0.1:49965: runtime error: invalid
memory address or nil pointer dereference
goroutine 109 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11b07900, 0x11b1b6a0,
0x11b07c40, 0x11ad27e0)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:81 +0xb4
net/http/httptest.(*waitGroupHandler).ServeHTTP(0x11ad1170, 0x11b1b6a0, 0x11b07c
40, 0x11ad27e0)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/httptest/server.go:200 +0x7f
net/http.serverHandler.ServeHTTP(0x11aaef60, 0x11b1b6a0, 0x11b07c40, 0x11ad27e0)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11b6ee10)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241
2013/04/22 12:34:06 http: panic serving 127.0.0.1:49968: runtime error: invalid
memory address or nil pointer dereference
goroutine 116 [running]:
net/http.func·007()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1022 +0x9e
sync/atomic.AddUint64()
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/sync/
atomic/asm_386.s:69 +0xc
github.com/elazarl/goproxy.(*ProxyHttpServer).ServeHTTP(0x11b07f40, 0x11b1b6a0,
0x11ac1240, 0x11ad2e70)
        C:/Go/src/pkg/github.com/elazarl/goproxy/proxy.go:81 +0xb4
net/http/httptest.(*waitGroupHandler).ServeHTTP(0x11ad12d0, 0x11b1b6a0, 0x11ac12
40, 0x11ad2e70)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/httptest/server.go:200 +0x7f
net/http.serverHandler.ServeHTTP(0x11b3c600, 0x11b1b6a0, 0x11ac1240, 0x11ad2e70)

        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1517 +0x120
net/http.(*conn).serve(0x11b57050)
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1096 +0x652
created by net/http.(*Server).Serve
        C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist012168375/go/src/pkg/net/h
ttp/server.go:1564 +0x241
Get http://localhost:10234/: EOF:-client.Get
exit status -1
FAIL    github.com/elazarl/goproxy      0.750s

c:\Go\src\pkg\github.com\elazarl\goproxy>

@zooomy
Copy link
Author

zooomy commented Apr 22, 2013

I tested it on Go stable ver (1.0.3) and it works so it has to be something with beta (Go1.1beta2)

@elazarl
Copy link
Owner

elazarl commented Apr 22, 2013

Works for me in beta and tip on Mac.

src❯ go version
go version devel +267bb9854177 Wed Apr 03 18:23:43 2013 -0700 darwin/amd64
src❯ go get github.com/elazarl/goproxy
src❯ cd ~/gopath2/src/github.com/elazarl/goproxy
❯ go test
    warning: building out-of-date packages:
    github.com/elazarl/goproxy/regretable
    github.com/elazarl/goproxy/ext/image
installing these packages with 'go test -i' will speed future tests.

2013/04/22 14:19:17 Error closing use of closed network connection
2013/04/22 14:19:17 [001] WARN: Cannot read TLS request from mitm'd client 127.0.0.1:61076 read tcp     127.0.0.1:61123: use of closed network connection
2013/04/22 14:19:17 [002] WARN: Cannot read TLS request from mitm'd client 127.0.0.1:61076 read tcp 127.0.0.1:61124: use of closed network connection
2013/04/22 14:19:17 Error closing use of closed network connection
2013/04/22 14:19:17 [002] WARN: Cannot read TLS request from mitm'd client 127.0.0.1:61076 read tcp 127.0.0.1:61132: use of closed network connection
PASS
ok      github.com/elazarl/goproxy  0.249s
❯ cd examples/basic
examples/basic❯ go build
examples/basic❯ ./basic -v & http_proxy=localhost:8080 curl twitter.com
[1] 31337
2013/04/22 14:26:48 [001] INFO: Got request GET http://twitter.com
...

@elazarl
Copy link
Owner

elazarl commented May 2, 2013

@zooomy in go-nuts people said they couldn't create the issue with latest RC.

See https://groups.google.com/forum/?fromgroups=#!topic/golang-nuts/yuggk7GJjIc

Mind checking?

@elazarl
Copy link
Owner

elazarl commented Jun 4, 2013

Since original reported didn't comment, and people couldn't recreate the bug, I close the bug as CANNOT REPRODUCE.

@zooomy do update me if it isn't fixed for you.

@elazarl elazarl closed this as completed Jun 4, 2013
bartle-stripe pushed a commit to bartle-stripe/goproxy that referenced this issue Mar 10, 2020
Respect no_proxy environment variable for https
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

2 participants