mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix for occasional hang
This commit is contained in:
parent
84716e7d70
commit
78642305c6
4 changed files with 32 additions and 0 deletions
|
@ -2063,6 +2063,11 @@ retrieve_callback(gnutls_session_t session,
|
|||
return owner;
|
||||
}
|
||||
|
||||
- (size_t) pending
|
||||
{
|
||||
return gnutls_record_check_pending(session);
|
||||
}
|
||||
|
||||
- (NSString*) problem
|
||||
{
|
||||
return problem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue