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
// for now we expect multipart HTTP push update support
245
-
ifupdateService.MultipartHTTPPushURI=="" {
246
-
returnerrors.Wrap(bmclibErrs.ErrRedfishUpdateService, "Multipart HTTP push updates not supported")
247
-
}
248
-
249
-
returnnil
250
-
}
251
-
252
230
// pipeReaderFakeSeeker wraps the io.PipeReader and implements the io.Seeker interface
253
231
// to meet the API requirements for the Gofish client https://github.com/stmcginnis/gofish/blob/46b1b33645ed1802727dc4df28f5d3c3da722b15/client.go#L434
0 commit comments