diff options
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); + } } } } |