-
Notifications
You must be signed in to change notification settings - Fork 346
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
请官方尽快更新基于guzzle 的 http请求sdk,curl已经不适合php swoole的开发 #124
Comments
请问你这边是否有解决办法呢?我也是这个问题,在swoole里无法上传 |
抱歉,您要求不会被满足。 |
同意楼主的建议,不能直接支持swoole可以理解,但guzzlehttp作为使用量最大的http工具包竟然不被支持,实在不能理解,仅仅是为了减少依赖?这不科学。既然是商业产品就要多听听客户的意见 |
在swoole里可以上传,只不过是会造成阻塞,会极大影响性能。你说的无法上传应该是你程序的问题 |
能用,只是用cUrl导致常驻内存了,然后就容易溢出,单独部署一个,定时重启,只能这样了 |
自己改写啊,又没几行代码 |
目前sdk 底层的http,是完全基于curl的,curl在swoole中会造成进程堵塞,请官方尽快更新基于guzzle的http请求库
The text was updated successfully, but these errors were encountered: