From 94d76d9e7ed5cb9273169babfa27e60fb28c4104 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 2 Oct 2024 11:54:33 -0500 Subject: server errors --- docs/net.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/net.md') diff --git a/docs/net.md b/docs/net.md index 9c841b3..016fe09 100644 --- a/docs/net.md +++ b/docs/net.md @@ -26,12 +26,11 @@ allows a third optional argument that offers some other options in a table forma the server will send these codes for these reasons |code|cause| |--|--| -|503**|too many current requests, more than max.connections| -|500**|anytime a server route crashes| -|431**|header is larger than max header size, more than max.header.size| -|414**|request uri is longer than max.uri.size| -|408**|request took too longer than max.request.timeout| -|404**|request has no defined route| +|503|too many current requests, more than max.connections| +|500|anytime a server route crashes| +|431|header is larger than max header size, more than max.header.size| +|414|request uri is longer than max.uri.size| +|408**|request took too long to read all of (recv timeout) than max.request.timeout| (more to come?**) -- cgit v1.2.3