diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-03 12:57:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-03 12:57:04 +0100 |
commit | f6877449eb6aa994df6cc1a125f983ece1f6ad39 (patch) | |
tree | 9779059f00578f30ffd481dbd80415d7a7a16269 /src/exchange/taler-exchange-httpd.c | |
parent | e0687b90f1f208a4dd72c4a0792334ee54debf03 (diff) |
implement testing_api_cmd_take_aml_decision.c
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 4bab9afa..7d83e70c 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -1578,7 +1578,10 @@ handle_mhd_request (void *cls, return MHD_NO; } if (cv > TALER_MHD_REQUEST_BUFFER_MAX) + { + GNUNET_break_op (0); return TALER_MHD_reply_request_too_large (connection); + } } } } |