Skip to content

fix: correctly handle embedded blob transfer errors

João Pereira requested to merge fix-timeout-catch into master

!1041 (merged) did not produce the desired effect as the underlying errors do not have an Unwrap method and therefore the type assertion fails. This fixes it.

Edited by João Pereira

Merge request reports