Merge pull request 'copy incoming content-type' (#177) from ct into v3
Reviewed-on: #177
This commit was merged in pull request #177.
	This commit is contained in:
		| @@ -111,7 +111,6 @@ func (s *Server) createSubHandler(sb *httpSubscriber, opts server.Options) broke | |||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		hdr := metadata.Copy(msg.Header) | 		hdr := metadata.Copy(msg.Header) | ||||||
| 		delete(hdr, "Content-Type") |  | ||||||
| 		ctx := metadata.NewIncomingContext(context.Background(), hdr) | 		ctx := metadata.NewIncomingContext(context.Background(), hdr) | ||||||
|  |  | ||||||
| 		results := make(chan error, len(sb.handlers)) | 		results := make(chan error, len(sb.handlers)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user