do not print warnings for perfectly expected status codes
This commit is contained in:
parent
e9cdf641de
commit
3592083874
@ -1590,6 +1590,12 @@ deposit_wtid_cb (void *cls,
|
||||
}
|
||||
}
|
||||
break;
|
||||
case MHD_HTTP_ACCEPTED:
|
||||
/* allowed, nothing to check here */
|
||||
break;
|
||||
case MHD_HTTP_NOT_FOUND:
|
||||
/* allowed, nothing to check here */
|
||||
break;
|
||||
default:
|
||||
GNUNET_break (0);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user