commit db6e2506aff8b222110ec4a7bf952079673af7c1 parent f76afc11f45e16eab755e66b741acdfd2789f9e4 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 18 Apr 2024 10:24:39 +0200 addf FIXME Diffstat:
| M | src/backend/taler-merchant-httpd_mhd.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_mhd.c b/src/backend/taler-merchant-httpd_mhd.c @@ -59,6 +59,7 @@ TMH_MHD_test_html_desired (struct MHD_Connection *connection) bool ret = false; const char *accept; + // FIXME: use TALER_MHD_check_accept here! accept = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, MHD_HTTP_HEADER_ACCEPT);