Static: returning 404 for Unix domain sockets.
It's now similar to how attempts to access other non-regular files are handled.
This commit is contained in:
@@ -16,6 +16,7 @@ typedef int nxt_err_t;
|
||||
#define NXT_ENOPATH ENOENT
|
||||
#define NXT_ESRCH ESRCH
|
||||
#define NXT_EINTR EINTR
|
||||
#define NXT_ENXIO ENXIO
|
||||
#define NXT_ECHILD ECHILD
|
||||
#define NXT_ENOMEM ENOMEM
|
||||
#define NXT_EACCES EACCES
|
||||
|
||||
Reference in New Issue
Block a user