]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
http_send.c: Never check the client fd for writability.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index dd5cc579387ce3d3c78131a812b9184e9b57d787..ece054b49d295488a7fdb1a01bf633533043586e 100644 (file)
--- a/error.h
+++ b/error.h
@@ -318,7 +318,6 @@ extern const char **para_errlist[];
 
 #define HTTP_SEND_ERRORS \
        PARA_ERROR(WRITE_OK, "can not check whether fd is writable"), \
-       PARA_ERROR(SEND_QUEUED_CHUNK, "failed to send queued chunk"), \
 
 
 #define COMMAND_ERRORS \
@@ -347,7 +346,6 @@ extern const char **para_errlist[];
 
 
 #define DCCP_SEND_ERRORS \
-       PARA_ERROR(DCCP_WRITE, "dccp write error"), \
 
 
 #define FD_ERRORS \