projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
doxify acl.c.
[paraslash.git]
/
http_recv.c
diff --git
a/http_recv.c
b/http_recv.c
index
4283db4
..
63b66d1
100644
(file)
--- a/
http_recv.c
+++ b/
http_recv.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2005-200
7
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-200
8
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-100,9
+100,10
@@
static void http_recv_post_select(struct sched *s, struct task *t)
struct receiver_node *rn = t->private_data;
struct private_http_recv_data *phd = rn->private_data;
struct receiver_node *rn = t->private_data;
struct private_http_recv_data *phd = rn->private_data;
- t->ret = -E_HTTP_RECV_EOF;
- if (rn->output_eof && *rn->output_eof)
+ if (rn->output_error && *rn->output_error) {
+ t->ret = *rn->output_error;
goto out;
goto out;
+ }
t->ret = 1;
if (!s->select_ret)
goto out;
t->ret = 1;
if (!s->select_ret)
goto out;
@@
-136,13
+137,13
@@
static void http_recv_post_select(struct sched *s, struct task *t)
BUFSIZE - rn->loaded);
if (t->ret <= 0) {
if (!t->ret)
BUFSIZE - rn->loaded);
if (t->ret <= 0) {
if (!t->ret)
- t->ret = -E_
HTTP_
RECV_EOF;
+ t->ret = -E_RECV_EOF;
goto out;
}
rn->loaded += t->ret;
out:
if (t->ret < 0)
goto out;
}
rn->loaded += t->ret;
out:
if (t->ret < 0)
- rn->e
of = 1
;
+ rn->e
rror = t->ret
;
}
static void http_recv_close(struct receiver_node *rn)
}
static void http_recv_close(struct receiver_node *rn)