Qt http get request always returns status code 0 in multi thread mode requests
问题 i have simple request method inside simple http client , that QRunnble worker is invoking all the returners of the request are status 0 , what more i spotted after few tests is, when i give the app to run with 1 thread that is only 1 url to process its working fine and i get status 200 . i suspect something in my http client code is worng and does not support multi thread mode here is my full httpclient code: this is the code of the request : #ifndef _HttpClient_ #define _HttpClient_ #include