From a5fd2d53f43ce99a7aa220ea37fc6264cf42a675 Mon Sep 17 00:00:00 2001
From: Steve Jenson <stevej@buoyant.io>
Date: Fri, 13 Jan 2017 12:12:09 -0800
Subject: [PATCH] adding content-type to the example response

---
 doc/PROTOCOL-HTTP2.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/PROTOCOL-HTTP2.md b/doc/PROTOCOL-HTTP2.md
index 18803f2a09..2df1c74bee 100644
--- a/doc/PROTOCOL-HTTP2.md
+++ b/doc/PROTOCOL-HTTP2.md
@@ -153,6 +153,7 @@ DATA (flags = END_STREAM)
 HEADERS (flags = END_HEADERS)
 :status = 200
 grpc-encoding = gzip
+content-type = application/grpc+proto
 
 DATA
 <Length-Prefixed Message>
-- 
GitLab