Page MenuHomePhabricator

spenczar5 (Spencer Nelson)
UserEmail Not Verified

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Monday

  • Clear sailing ahead.

User Details

User Since
Jun 24 2015, 8:47 PM (463 w, 2 d)
Availability
Available

Recent Activity

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