Closed kaos closed 10 years ago
Perhaps an unusual use case, but it feels wrong to crash when calling body_qs on a post request with empty body (and no content type, granted, but that was the case when using curl, at least).
body_qs
Yes, agreed. If you by accident would call body_qs in a non-POST request this behaviour makes more sense. Thanks!
:)
Perhaps an unusual use case, but it feels wrong to crash when calling
body_qs
on a post request with empty body (and no content type, granted, but that was the case when using curl, at least).