If the content-type is missing or unknown, the [Netty transport sends RST_STREAM with REFUSED_STREAM](https://github.com/grpc/grpc-java/blob/v1.5.0/netty/src/main/java/io/grpc/netty/NettyServerHandler.java#L586). That's bonkers on multiple levels. We should probably respond with HTTP 415 instead.