]> granicus.if.org Git - curl/commit
http2: make use of the nghttp2 error callback
authorDaniel Stenberg <daniel@haxx.se>
Fri, 1 Apr 2016 18:42:25 +0000 (20:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 2 Apr 2016 14:27:30 +0000 (16:27 +0200)
commiteca93542d6050ea66dcc4738b2bf03e076ff2e9d
tree8f08b710b287ae76a2e951ea3347189eead2a00d
parent2aaa63b5551219d7cb85024f082028b87350f5e8
http2: make use of the nghttp2 error callback

It offers extra info from nghttp2 in certain error cases. Like for
example when trying prior-knowledge http2 on a server that doesn't speak
http2 at all. The error message is passed on as a verbose message to
libcurl.

Discussed in #722

The error callback was added in nghttp2 1.9.0
lib/http2.c