User Details
User Details
- User Since
- Jun 24 2015, 8:47 PM (497 w, 4 d)
- Availability
- Available
Jun 24 2015
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.
• 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.