commit | b080a7cd0612f96875d2f2ae915f8c729258c9a7 | [log] [tgz] |
---|---|---|
author | Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> | Tue Feb 16 14:44:57 2016 -0500 |
committer | Jay Satiro <raysatiro@yahoo.com> | Tue Feb 16 14:49:12 2016 -0500 |
tree | 885143f382d0774534e4776cde81afb42a709104 | |
parent | 71398487e75e47c026d0655d540ade247d18f62c [diff] |
http: Don't break the header into chunks if HTTP/2 nghttp2 callback deals with TLS layer and therefore the header does not need to be broken into chunks. Bug: https://github.com/curl/curl/issues/659 Reported-by: Kazuho Oku