]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[http] Add error table entry for HTTP 404 Not Found error
authorMichael Brown <mcb30@ipxe.org>
Fri, 29 Mar 2024 12:35:12 +0000 (12:35 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 29 Mar 2024 14:46:13 +0000 (14:46 +0000)
commit764e34f15af89cc7c5e46694ac15c5266f13b3d3
tree894981df32add4348870f1c4f147b15508841312
parentafae8817826ef8356b89a5e131ff42750ab267d4
[http] Add error table entry for HTTP 404 Not Found error

Add an abbreviated "Not found" error message for an HTTP 404 status
code, so that any automatic attempt to download a non-existent
autoexec.ipxe script produces only a minimal error message.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/tcp/httpcore.c