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 achew22 committed May 1, 2017
1 parent 1035c38 commit a55fd0f
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 a55fd0f

Please sign in to comment.