URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=173e3024edd4729c29c907d18ece31f1cbf37240
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
173e302 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
nghttp2: upgrade library to g4f7223e and add casts to please buildbots
Change-Id: Ic412d4bfc56695cbcab709d42a6f31aa9e50c64e
Reviewed-on: https://code.wireshark.org/review/1900
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 33fc5c0 NGHTTP2: Add missing nghttp2_int.h (need by make dist...)
adds 173e302 nghttp2: upgrade library to g4f7223e and add casts to please buildbots
Summary of changes:
wsutil/nghttp2/nghttp2/nghttp2.h | 18 +++++
wsutil/nghttp2/nghttp2_buf.c | 6 +-
wsutil/nghttp2/nghttp2_hd.c | 127 ++++++++++++++----------------
wsutil/nghttp2/nghttp2_hd.h | 24 +++---
wsutil/nghttp2/nghttp2_hd_huffman.c | 10 ++-
wsutil/nghttp2/nghttp2_hd_huffman.h | 12 ++-
wsutil/nghttp2/nghttp2_hd_huffman_data.c | 30 +++----
7 files changed, 122 insertions(+), 105 deletions(-)