You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
overridefunrewind(uploadDataSink:UploadDataSink) {
// TODO(danstahr): OkHttp 4 can use isOneShot flag here and rewind safely.if (okHttpRequestBody.isOneShot()) {
uploadDataSink.onRewindError(Exception("This request can only be transmitted once"))
} else {
uploadDataSink.onRewindSucceeded()
}
}
Implement this TODO using okhttp4
The text was updated successfully, but these errors were encountered: