projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make the http sender use the generic sender code.
[paraslash.git]
/
error.h
diff --git
a/error.h
b/error.h
index
3a05fe0
..
644c804
100644
(file)
--- a/
error.h
+++ b/
error.h
@@
-319,6
+319,8
@@
extern const char **para_errlist[];
#define HTTP_SEND_ERRORS \
PARA_ERROR(WRITE_OK, "can not check whether fd is writable"), \
+ PARA_ERROR(MAX_CLIENTS, "maximal number of clients exceeded"), \
+ PARA_ERROR(ACL_PERM, "access denied by acl"), \
#define COMMAND_ERRORS \