Introduction
Introduction Statistics Contact Development Disclaimer Help
fixing issue #31 - fiche - A pastebin adjusted for gopher use
git clone git://vernunftzentrum.de/fiche.git
Log
Files
Refs
LICENSE
---
commit abf8ae51177e4dc6080e1e23265e4d515b42c1a8
parent 8f3e23d3de66aa894f78417523cb6aeb208b6d60
Author: solusipse <[email protected]>
Date: Sat, 23 Jan 2016 11:44:46 +0100
fixing issue #31
Diffstat:
fiche.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/fiche.c b/fiche.c
@@ -86,7 +86,7 @@ void *thread_connection(void *args)
char buffer[BUFSIZE];
bzero(buffer, BUFSIZE);
- int status = recv(connection_socket, buffer, BUFSIZE, MSG_DONTWAIT);
+ int status = recv(connection_socket, buffer, BUFSIZE, MSG_WAITALL);
if (WHITELIST != NULL && check_whitelist(data.ip_address) == NULL)
{
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.