Closed adam-patterson closed 10 years ago
@robotpony
I had to update this PR as PUT
was not passing POSTFIELD
data (body data) the way presto was expecting. This SO article pointed me at a way to have curl pass the data as it would for a POST
.
@robotpony
We were never using
PUT
! This fixes the problem and turns debugging and trace on as it makes diagnosing test failures easier.