mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #355] 和python3 requests 库搭配使用存在报错问题 #270
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#270
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 @Xyberonz on GitHub (Mar 19, 2020).
Original GitHub issue: https://github.com/snail007/goproxy/issues/355
问题在requests下面提交了,不知道是goproxy的问题还是requests的问题,或者是写的代码存在问题; https://github.com/psf/requests/issues/5392
@Xyberonz commented on GitHub (Mar 19, 2020):
原因是并发太高, 当我关闭了其他程序的并发请求, 一切都正常了即使在并发为1,也会出现SSLerror.
更新解决方法->
改成:
不再出现问题!
@snail007 commented on GitHub (Mar 19, 2020):
那看来应该是你系统默认的程序打开最大文件数没有调整,默认很低是1024。