Page MenuHomePhabricator
Feed Advanced Search

Jun 24 2015

spenczar5 added a comment to T8654: arc seems to be broken with curl 7.43.

Yep, that resolved it for me, @epriestley.

Jun 24 2015, 11:24 PM · Arcanist
spenczar5 added a comment to T8654: arc seems to be broken with curl 7.43.

I ran into this and dug in a bit. It looked like the data was getting truncated, so I turned on CURLOPT_VERBOSE in HTTPSFuture.php. I noticed that the Content-Length header was getting set to the same value (39, for me) every time curl did an outbound request - even though strlen of the JSON body was something around 200.

Jun 24 2015, 10:43 PM · Arcanist