Skip to content

Commit 41d2d21

Browse files
Upload task body issue fixed (#521)
(cherry picked from commit a375e2b)
1 parent 5dafc99 commit 41d2d21

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)