git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b936bb
)
More accurate error message.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 23 Aug 2007 11:04:40 +0000
(11:04 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 23 Aug 2007 11:04:40 +0000
(11:04 +0000)
org.glite.lb.common/src/mini_http.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/mini_http.c
b/org.glite.lb.common/src/mini_http.c
index
29aa3fc
..
40e27bb
100644
(file)
--- a/
org.glite.lb.common/src/mini_http.c
+++ b/
org.glite.lb.common/src/mini_http.c
@@
-52,7
+52,7
@@
edg_wll_ErrorCode edg_wll_http_recv(edg_wll_Context ctx,char **firstOut,char ***
case EDG_WLL_GSS_OK:
break;
case EDG_WLL_GSS_ERROR_GSS:
- edg_wll_SetErrorGss(ctx, "receving HTTP request", &gss_code);
+ edg_wll_SetErrorGss(ctx, "receving HTTP request
/response
", &gss_code);
goto error;
case EDG_WLL_GSS_ERROR_ERRNO:
if (errno == ECONNRESET) errno = ENOTCONN;