Skip to content

Commit 15d1216

Browse files
committed
Polish up body-based routing server + add health check server
1 parent 4ee6146 commit 15d1216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/body-based-routing/handlers/request.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (s *Server) HandleRequestBody(body *eppb.HttpBody) (*eppb.ProcessingRespons
5959
SetHeaders: []*basepb.HeaderValueOption{
6060
{
6161
Header: &basepb.HeaderValue{
62-
Key: "Model",
62+
Key: "model",
6363
Value: modelStr,
6464
},
6565
},
@@ -87,4 +87,4 @@ func (s *Server) HandleRequestTrailers(trailers *eppb.HttpTrailers) (*eppb.Proce
8787
RequestTrailers: &eppb.TrailersResponse{},
8888
},
8989
}, nil
90-
}
90+
}

0 commit comments

Comments
 (0)