http2: remove _DRAFT09 from the NPN_HTTP2 enum

We're progressing throught drafts so there's no point in having a fixed
one in a symbol that'll survive.
This commit is contained in:
Daniel Stenberg
2014-03-31 08:40:24 +02:00
parent 9317eced98
commit ef813c7097
5 changed files with 7 additions and 7 deletions

View File

@@ -595,7 +595,7 @@ enum upgrade101 {
enum negotiatenpn {
NPN_INIT, /* default state */
NPN_HTTP1_1, /* HTTP/1.1 negotiated */
NPN_HTTP2_DRAFT09 /* HTTP-draft-0.9/2.0 negotiated */
NPN_HTTP2 /* HTTP2 (draft-xx) negotiated */
};
/*