Brandon Smith

Results 3 comments of Brandon Smith

Hi @ashwoods. We tested against a test project without DRF, but came across the same behavior. The API doesn't respond until after the connection has timed out or ended, and...

The hanging behavior in Raven 6.2.0 and higher occurs when an empty set of parameters are provided for the http body. ``` func request(parameters: [String:Any] = [:]) { ... request.httpBody...

A little extra clarification thank to @cdriehuys . This is happening when the body is set for an endpoint that isn't expecting it. This occurs if the body is empty...