mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-28 00:45:50 +03:00
[GH-ISSUE #350] http proxy 报错:decoder error , from 120.229.13.39:50159, ERR:http decoder read err:read tcp 172.17.15.120:38081->120.229.13.39:50159: read: connection reset by peer #267
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#267
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yemingfeng on GitHub (Feb 1, 2020).
Original GitHub issue: https://github.com/snail007/goproxy/issues/350
启动服务的命令:
./proxy http -t tcp -p 0.0.0.0:38081 --forever --log http.log在 mac chrome 使用 SwitchyOmega 代理。配置如下:
代理协议:http代理端口:38081日志输出如下:
2020/02/01 21:12:36 decoder error , from 120.229.13.39:50385, ERR:http decoder read err:read tcp 172.17.15.120:38081->120.229.13.39:50385: read: connection reset by peer 2020/02/01 21:12:37 CONNECT:www.google.com:443 2020/02/01 21:12:37 use parent : false, www.google.com:443 2020/02/01 21:12:37 conn 120.229.13.39:50393 - 172.217.24.36:443 connected [www.google.com:443] 2020/02/01 21:12:37 conn 120.229.13.39:50393 - 172.217.24.36:443 released [www.google.com:443] 2020/02/01 21:12:37 decoder error , from 120.229.13.39:50394, ERR:http decoder read err:read tcp 172.17.15.120:38081->120.229.13.39:50394: read: connection reset by peer 2020/02/01 21:12:37 CONNECT:www.google.com:443 2020/02/01 21:12:37 use parent : false, www.google.com:443 2020/02/01 21:12:37 conn 120.229.13.39:50397 - 216.58.200.68:443 connected [www.google.com:443] 2020/02/01 21:12:37 conn 120.229.13.39:50397 - 216.58.200.68:443 released [www.google.com:443] 2020/02/01 21:13:27 CONNECT:beacons.gcp.gvt2.com:443 2020/02/01 21:13:27 use parent : false, beacons.gcp.gvt2.com:443 2020/02/01 21:13:27 conn 120.229.13.39:49422 - 172.217.24.67:443 connected [beacons.gcp.gvt2.com:443] 2020/02/01 21:13:27 conn 120.229.13.39:49422 - 172.217.24.67:443 released [beacons.gcp.gvt2.com:443] 2020/02/01 21:13:27 CONNECT:beacons.gvt2.com:443 2020/02/01 21:13:27 use parent : false, beacons.gvt2.com:443 2020/02/01 21:13:27 conn 120.229.13.39:49424 - 172.217.161.163:443 connected [beacons.gvt2.com:443] 2020/02/01 21:13:27 decoder error , from 120.229.13.39:49425, ERR:http decoder read err:read tcp 172.17.15.120:38081->120.229.13.39:49425: read: connection reset by peer