fix(transport): Add content-type for Unimplemented (#434)
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
@@ -633,6 +633,7 @@ impl Service<Request<Body>> for Unimplemented {
|
||||
http::Response::builder()
|
||||
.status(200)
|
||||
.header("grpc-status", "12")
|
||||
.header("content-type", "application/grpc")
|
||||
.body(BoxBody::empty())
|
||||
.unwrap(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user