Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
freediameter
Commits
80e617b0
Commit
80e617b0
authored
Feb 08, 2010
by
Sebastien Decugis
Browse files
Pass the EAGAIN error to GNUTLS
parent
ddebeac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
freeDiameter/cnxctx.c
View file @
80e617b0
...
...
@@ -524,7 +524,6 @@ again:
goto
again
;
}
CHECK_SYS_DO
(
ret
,
/* continue */
);
return
0
;
/* so that the connection appears closed */
}
return
ret
;
...
...
@@ -679,7 +678,8 @@ again:
case
GNUTLS_E_AGAIN
:
case
GNUTLS_E_INTERRUPTED
:
goto
again
;
if
(
!
conn
->
cc_closing
)
goto
again
;
default:
TRACE_DEBUG
(
INFO
,
"This TLS error is not handled, assume unrecoverable error"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment