Skip to content

Commit a375e2b

Browse files
Upload task body issue fixed (#521)
1 parent 043a79b commit a375e2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Customization/DefaultEventDispatcher.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ open class DefaultEventDispatcher: BackgroundingCallbacks, OPTEventDispatcher {
183183

184184
var request = URLRequest(url: event.url)
185185
request.httpMethod = "POST"
186-
request.httpBody = event.body
187186
request.addValue("application/json", forHTTPHeaderField: "Content-Type")
188187

189188
// send notification BEFORE sending event to the server

0 commit comments

Comments
 (0)