We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acb612 commit 156c7d9Copy full SHA for 156c7d9
tabpy/tabpy_server/handlers/base_handler.py
@@ -462,7 +462,7 @@ def request_body_size_within_limit(self):
462
self.error_out(
463
413,
464
info="Request Entity Too Large",
465
- log_message="Request body size exceeds the specified limit.",
+ log_message=f"Request with size {content_length} exceeded limit of {self.max_request_size} (bytes).",
466
)
467
return False
468
0 commit comments