You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2014/11/04 01:15:42 UTC

[2/2] git commit: TS-2729: add missing error constant

TS-2729: add missing error constant


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1ca0f852
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1ca0f852
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1ca0f852

Branch: refs/heads/master
Commit: 1ca0f85260fd9b2625e639adb81648033c26c5da
Parents: fe4aaa7
Author: James Peach <jp...@apache.org>
Authored: Mon Nov 3 16:15:16 2014 -0800
Committer: James Peach <jp...@apache.org>
Committed: Mon Nov 3 16:15:16 2014 -0800

----------------------------------------------------------------------
 proxy/http2/HTTP2.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1ca0f852/proxy/http2/HTTP2.h
----------------------------------------------------------------------
diff --git a/proxy/http2/HTTP2.h b/proxy/http2/HTTP2.h
index d43028c..6ae2b2a 100644
--- a/proxy/http2/HTTP2.h
+++ b/proxy/http2/HTTP2.h
@@ -62,6 +62,7 @@ enum Http2ErrorCode
   HTTP2_ERROR_CONNECT_ERROR = 10,
   HTTP2_ERROR_ENHANCE_YOUR_CALM = 11,
   HTTP2_ERROR_INADEQUATE_SECURITY = 12,
+  HTTP2_ERROR_HTTP_1_1_REQUIRED = 13,
 
   HTTP2_ERROR_MAX,
 };