diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-03-31 08:40:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-03-31 08:40:24 +0200 |
commit | ef813c709749d02d8dee17f5215239909b2fe968 (patch) | |
tree | 373ebf9c3065bb666f0fe0512112e0e8d1039559 /lib/urldata.h | |
parent | 9317eced98408c7fefa6dd5f1559050e1ec8a3b7 (diff) |
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.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 25f967693..9b34645eb 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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 */ }; /* |