http_find_error_file is only used within LwIP.
 
Symbols
loading...
Files
loading...

http_find_error_file macro

Syntax

#define http_find_error_file(hs, error_nr) ERR_ARG

Arguments

hs

error_nr

References

LocationText
httpd.c:1662
#define http_find_error_file(hs, error_nr) ERR_ARG
httpd.c:2039
return http_find_error_file(hs, 501);
httpd.c:2121
return http_find_error_file(hs, 400);