This commit is contained in:
Christian Grothoff 2019-10-10 10:29:54 +02:00
parent b68223569f
commit 706f164fac
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -457,8 +457,8 @@ handle_mhd_request (void *cls,
if ( (0 == strcmp (url, if ( (0 == strcmp (url,
rh->url)) && rh->url)) &&
( (NULL == rh->method) || ( (NULL == rh->method) ||
(0 == strcasecmp (method, (0 == strcmp (method,
rh->method)) ) ) rh->method)) ) )
{ {
/* FIXME: consider caching 'rh' in '**connection_cls' to /* FIXME: consider caching 'rh' in '**connection_cls' to
avoid repeated lookup! */ avoid repeated lookup! */