mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
add missing return to ensure 413 is given to client
This commit is contained in:
@@ -3466,6 +3466,7 @@ handle_req_chunk_size_line_no_space (struct MHD_Connection *c,
|
||||
transmit_error_response_static (c,
|
||||
MHD_HTTP_CONTENT_TOO_LARGE,
|
||||
ERR_MSG_REQUEST_CHUNK_LINE_EXT_TOO_BIG);
|
||||
return; /* The error response has been queued already */
|
||||
}
|
||||
}
|
||||
err_code = get_no_space_err_status_code (c,
|
||||
|
||||
Reference in New Issue
Block a user