Few days ago we got a new problem, one part of our website stopped working, we used guzzle with Symfony2 to make requests to our RESTful API. After checking logs the only thing I could find was something like that:
[curl] 56: Problem (2) in the Chunked-Encoded data [url]
We changed guzzle to guzzlehttp as it was outdated, tried few other things (creating request and adding data, json request, making request header and body and sending all at once (client->put) but nothing helped. Then focused on main problem, cURL.
Actually it was problem of cURL itself (yep, that is very strange) and after updating it to 7.36 version problem solved by itself.
Steps:
sudo add-apt-repository ppa:costamagnagianfranco/ettercap-stable-backportssudo apt-get update && sudo apt-get install curlHappy Coding...
Share on Twitter Share on Facebook #movingtogitlab
        
    #movingtogitlab
    
 Flask on Apache with mod_wsgi
        
    Flask on Apache with mod_wsgi
    
 Software Freedom and Linux Days 2016 Turkey
        
    Software Freedom and Linux Days 2016 Turkey
    
Comments
Gianfranco 9 years, 2 months ago
nice to see my ettercap backport has this side effect :)
Link | ReplyNew Comment