HTTP2: Support expect: 100-continue
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Fri, 1 Aug 2014 14:10:10 +0000 (23:10 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 2 Aug 2014 21:15:46 +0000 (23:15 +0200)
commit595f5f0e43b5395881ffb7d3076a9cdd898cfa5d
tree54660683b0ec539505b234dd0f2141a1ed7a6212
parente4f6adb023546d864a1548a28b08112c59d9e85a
HTTP2: Support expect: 100-continue

"Expect: 100-continue", which was once deprecated in HTTP/2, is now
resurrected in HTTP/2 draft 14.  This change adds its support to
HTTP/2 code.  This change also includes stricter header field
checking.
lib/http.c
lib/http.h
lib/http2.c