In some cases, the default response status of a ServerWebExchange
can be null
, especially when the response is not available or the server implementation does not set a default. We should guard against those cases in the DefaultServerRequestObservationConvention
.