kombu
                                
                                 kombu copied to clipboard
                                
                                    kombu copied to clipboard
                            
                            
                            
                        CurlClient isn't used anymore and probably could be deleted
CurlClient isn't used anymore and it is broken for a lot of time, so probably can be removedhttp/curl.py. There are several reasons for that
- It depends on pycurlthat isn't in any dependencies, so on next code we will receive an error
from kombu.asynchronous.http.curl import CurlClient
c = CurlClient()
- I don't see any usage client CurlClient or Client in celery repo
In any case code could be at least cleaned
Hey @dobosevych :wave:, Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider backing us - every little helps!
We also offer priority support for our sponsors. If you require immediate assistance please consider sponsoring us.
it was scheduled to removed
pycurl might have usage in kombu most probably
but it isn't in any dependencies already should I help with code cleaning?
boto sqs?
pip install kombu
>>> from kombu.asynchronous.http.curl import CurlClient
>>> c = CurlClient()
will lead to an error. This I suppose should be fixed or cleaned. What is your suggestion?
https://github.com/celery/kombu/issues/737 check this please
Why does kombu needs pycurl but doesn't specify this in requirements? Can someone please help with this. Thank you.