]> granicus.if.org Git - curl/commit
http2: more and better error checking
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jul 2014 07:23:56 +0000 (09:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jul 2014 07:23:56 +0000 (09:23 +0200)
commit81cd24adb8bf09ef26ab8cf56955136711dbd7df
treed640d14e8c6fe72e1682324d4a066870f13cef7d
parent713f96ee0c14d231d89f52f0ad0471336c147e97
http2: more and better error checking

1 - fixes the warnings when built without http2 support

2 - adds CURLE_HTTP2, a new error code for errors detected by nghttp2
basically when they are about http2 specific things.
docs/libcurl/libcurl-errors.3
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/http.c
lib/http2.c
lib/http2.h
lib/strerror.c