pub async fn run_server_streaming_happy_path<F: TransportFactory>()Expand description
Test server-streaming: client sends request, server sends N responses + EOS.
Verifies:
- Multiple DATA frames on the same channel
- EOS flag properly terminates the stream
- Channel state transitions to HalfClosedRemote after EOS