Deal with unsupported DisposableServer operations
Update `NettyWebServer` to deal with any `UnsupportedOperationException` thrown from `DisposableServer`. Specifically, this commit allows the `NettyWebServer` to work with domain socket backed servers which cannot provide a port. Fixes gh-24529
Showing
Please register or sign in to comment