Merge branch '2.7.x' into 3.0.x

This commit is contained in:
Phillip Webb
2023-09-20 17:06:55 -07:00
15 changed files with 43 additions and 55 deletions

View File

@@ -74,7 +74,7 @@ public abstract class DomainSocket extends AbstractSocket {
return new FileDescriptor(handle, this::close);
}
catch (RuntimeException ex) {
this.close(handle);
close(handle);
throw ex;
}
}