mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02:00
MINOR: Fix typo in the error 500 output of hlua
Fixes a common typo in the output generated by the hlua subsystem when emitting an error 500 page.
This commit is contained in:
parent
b8f9c5e634
commit
7fe1577cc7
@ -241,7 +241,7 @@ static const char error_500[] =
|
|||||||
"Connection: close\r\n"
|
"Connection: close\r\n"
|
||||||
"Content-Type: text/html\r\n"
|
"Content-Type: text/html\r\n"
|
||||||
"\r\n"
|
"\r\n"
|
||||||
"<html><body><h1>500 Internal Server Error</h1>\nAn internal server error occured.\n</body></html>\n";
|
"<html><body><h1>500 Internal Server Error</h1>\nAn internal server error occurred.\n</body></html>\n";
|
||||||
|
|
||||||
/* These functions converts types between HAProxy internal args or
|
/* These functions converts types between HAProxy internal args or
|
||||||
* sample and LUA types. Another function permits to check if the
|
* sample and LUA types. Another function permits to check if the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user