Fix server streaming inital error response headers

This commit is contained in:
Lucio Franco
2019-09-08 16:41:16 -04:00
parent f74bba6858
commit fe65d9789f
5 changed files with 77 additions and 27 deletions
+2 -2
View File
@@ -43,6 +43,6 @@ trap 'echo ":; killing test server"; kill ${SERVER_PID};' EXIT
cargo run -p tonic-interop --bin client -- \
--test_case=empty_unary,large_unary,client_streaming,server_streaming,ping_pong,\
empty_stream
# status_code_and_message,special_status_message,unimplemented_method,\
empty_stream,status_code_and_message
# special_status_message,unimplemented_method,\
# unimplemented_service,custom_metadata $ARG