formatting

This commit is contained in:
spencergibb
2021-11-01 15:40:08 -04:00
parent 48accb783f
commit 0be612a572

View File

@@ -217,7 +217,8 @@ public class WebsocketRoutingFilter implements GlobalFilter, Ordered {
// Ensure closeStatus from one propagates to the other
Mono.when(serverClose, proxyClose).subscribe();
// Complete when both sessions are done
return Mono.zip(proxySessionSend, serverSessionSend).then(); }
return Mono.zip(proxySessionSend, serverSessionSend).then();
}
/**
* Copy subProtocols so they are available downstream.