Files
wget2/include
Tim Rühsen 08d445e3f6 Use bool instead of char in HSTS code
* include/wget/wget.h: Change param to bool in wget_hsts_db_add_fn(),
  (struct wget_http_response_st): Use bool for hsts_include_subdomains and keep_alive,
  change param to bool in wget_http_parse_strict_transport_security(),
  change param to bool in wget_http_parse_connection()
* libwget/hsts.c: change param to bool in new_hsts(),
  change param to bool in wget_hsts_db_add()
* libwget/http_parse.c: change param to bool in wget_http_parse_strict_transport_security(),
  change param to bool in wget_http_parse_connection()
* tests/test-plugin-dummy.c: change param to bool in test_hsts_db_add()
* unit-tests/test.c (test_hsts): Change type of include_subdomains to bool
2019-09-18 12:44:26 +02:00
..