mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-02-01 14:41:08 +00:00
* 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