gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix mime-type matching (#7882)


From: gnunet
Subject: [taler-exchange] branch master updated: fix mime-type matching (#7882)
Date: Wed, 05 Jul 2023 18:21:00 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 11ea6fcf fix mime-type matching (#7882)
11ea6fcf is described below

commit 11ea6fcfcee3958733309192300760ac5f693251
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 5 18:20:58 2023 +0200

    fix mime-type matching (#7882)
---
 src/mhd/mhd_legal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index f3c16ad7..dfda58ac 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -131,7 +131,7 @@ mime_matches (const char *accept_pattern,
   if ( (NULL == da) ||
        (NULL == dm) )
     return (0 == strcmp ("*", accept_pattern));
-  /* Note: technically, we might want to parse the "q=$FLOAT"
+  /* FIXME: eventually, we might want to parse the "q=$FLOAT"
      part after the ';' and figure out which one is the
      best/preferred match instead of returning a boolean... */
   end = strchr (da, ';');

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]