X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.c;h=48673afb478aadd242d5ad4829d78623beedf1f9;hp=11602f9544e34c36eb54763852d1d5cf63d7f2cc;hb=83ab4b5d38bb63cf4724022c3804d3eaa2ac51d3;hpb=4ac3134c050ba28b57e0ae9686eb1f6d83e6d586 diff --git a/http_recv.c b/http_recv.c index 11602f95..48673afb 100644 --- a/http_recv.c +++ b/http_recv.c @@ -15,12 +15,12 @@ #include "list.h" #include "sched.h" #include "ggo.h" +#include "buffer_tree.h" #include "recv.h" #include "http_recv.cmdline.h" #include "net.h" #include "string.h" #include "fd.h" -#include "buffer_tree.h" /** * the possible states of a http receiver node @@ -83,7 +83,9 @@ static void http_recv_post_select(struct sched *s, struct task *t) struct iovec iov[2]; size_t num_bytes; - t->error = 0; + ret = task_get_notification(t); + if (ret < 0) + goto out; ret = btr_node_status(btrn, 0, BTR_NT_ROOT); if (ret < 0) goto out;