Don’t set httpBody for TSRequests
This commit is contained in:
parent
947620f2c8
commit
c543747959
@ -458,8 +458,7 @@ public class OWSURLSession: OWSURLSessionProtocol {
|
||||
request = try self.endpoint.buildRequest(
|
||||
rawRequestUrl.absoluteString,
|
||||
method: method,
|
||||
headers: httpHeaders,
|
||||
body: requestBody
|
||||
headers: httpHeaders
|
||||
)
|
||||
} catch {
|
||||
owsFailDebug("Missing or invalid request: \(rawRequestUrl).")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user