| 1535 | } |
| 1536 | |
| 1537 | Status DoExchange(const ServerCallContext& context, |
| 1538 | std::unique_ptr<FlightMessageReader> reader, |
| 1539 | std::unique_ptr<FlightMessageWriter> writer) override { |
| 1540 | return MakeFlightError(FlightStatusCode::Unauthorized, "Unauthorized", "extra info"); |
| 1541 | } |
| 1542 | }; |
| 1543 | |
| 1544 | class MetadataRecordingClientMiddleware : public ClientMiddleware { |
nothing calls this directly
no test coverage detected