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

Error suppressing panic for copyResponse error in test; copy error: context canceled #114

Open
zoic21 opened this issue Apr 4, 2020 · 4 comments

Comments

@zoic21
Copy link

zoic21 commented Apr 4, 2020

Hello

I have some issue with some client, I use http tunnel and when I try to load client url it's infinite load. Only error I found in client log is : suppressing panic for copyResponse error in test; copy error: context canceled

How can I found more information to debug this ?

Thank in advance

@kevburnsjr
Copy link

I'm getting the same thing.

When I isolate my binary with its own go.mod, the problem doesn't occur.
Seems like some type of strange package collision. Still investigating.

@kevburnsjr
Copy link

Trace

2020/11/20 23:48:10 level 2 action proxy HTTP identifier 6R3QQKW-FFPHSWI-7EJWVX3-TCKJL77-5W7RBGE-CBO75C5-SNYGCNS-NGA3TA6 ctrlMsg &{proxy device1.example.com:8000 http }
2020/11/20 23:48:10 level 3 action transferred identifier 6R3QQKW-FFPHSWI-7EJWVX3-TCKJL77-5W7RBGE-CBO75C5-SNYGCNS-NGA3TA6 bytes 888 dir user to client dst device1.example.com:8000 src 172.28.128.1:61267
2020/11/20 23:48:10 level 2 action url rewrite from //device1.example.com:8000/ to http://192.168.0.54/
2020/11/20 23:48:10 level 2 action proxy HTTP done identifier 6R3QQKW-FFPHSWI-7EJWVX3-TCKJL77-5W7RBGE-CBO75C5-SNYGCNS-NGA3TA6 ctrlMsg &{proxy device1.example.com:8000 http } status code 200
2020/11/20 23:48:10 level 3 action transferred bytes 1457 dir client to user dst 172.28.128.1:61267 src device1.example.com:8000

2020/11/20 23:48:10 level 2 action proxy HTTP identifier 6R3QQKW-FFPHSWI-7EJWVX3-TCKJL77-5W7RBGE-CBO75C5-SNYGCNS-NGA3TA6 ctrlMsg &{proxy device1.example.com:8000 http }
2020/11/20 23:48:10 level 3 action transferred identifier 6R3QQKW-FFPHSWI-7EJWVX3-TCKJL77-5W7RBGE-CBO75C5-SNYGCNS-NGA3TA6 bytes 754 dir user to client dst device1.example.com:8000 src 172.28.128.1:61267
2020/11/20 23:48:10 level 2 action url rewrite from //device1.example.com:8000/framework/Unified.css to http://192.168.0.54/framework/Unified.css

2020/11/20 23:48:10 level 2 action proxy HTTP identifier 6R3QQKW-FFPHSWI-7EJWVX3-TCKJL77-5W7RBGE-CBO75C5-SNYGCNS-NGA3TA6 ctrlMsg &{proxy device1.example.com:8000 http }
2020/11/20 23:48:10 level 3 action transferred identifier 6R3QQKW-FFPHSWI-7EJWVX3-TCKJL77-5W7RBGE-CBO75C5-SNYGCNS-NGA3TA6 bytes 738 dir user to client dst device1.example.com:8000 src 172.28.128.1:61268
2020/11/20 23:48:10 level 2 action url rewrite from //device1.example.com:8000/framework/Unified.js to http://192.168.0.54/framework/Unified.js

2020/11/20 23:48:11 level 2 action proxy HTTP done identifier 6R3QQKW-FFPHSWI-7EJWVX3-TCKJL77-5W7RBGE-CBO75C5-SNYGCNS-NGA3TA6 ctrlMsg &{proxy device1.example.com:8000 http } status code 200
2020/11/20 23:48:11 suppressing panic for copyResponse error in test; copy error: context canceled

2020/11/20 23:48:11 level 2 action proxy HTTP done identifier 6R3QQKW-FFPHSWI-7EJWVX3-TCKJL77-5W7RBGE-CBO75C5-SNYGCNS-NGA3TA6 ctrlMsg &{proxy device1.example.com:8000 http } status code 200
2020/11/20 23:48:11 suppressing panic for copyResponse error in test; copy error: context canceled

@hons82
Copy link

hons82 commented May 5, 2021

Did u ever find a solution to this?

@kevburnsjr
Copy link

@hons82 We gave up and used frp instead.
https://github.com/fatedier/frp

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