Skip to content

Commit

Permalink
Add response headers from grpc server (grpc-ecosystem#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored and tmc committed May 12, 2017
1 parent 88bce48 commit a860f02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func handleForwardResponseServerMetadata(w http.ResponseWriter, mux *ServeMux, m
if mux.outgoingHeaderMatcher != nil {
if h, ok := mux.outgoingHeaderMatcher(k); ok {
hKey = h
break
}
}
for i := range vs {
Expand Down

0 comments on commit a860f02

Please sign in to comment.