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:
@@ -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 */
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user