ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/packet.c
(Generate patch)

Comparing ircd-hybrid-7.2/src/packet.c (file contents):
Revision 163 by adx, Thu Oct 20 21:09:02 2005 UTC vs.
Revision 428 by michael, Sat Feb 11 12:21:51 2006 UTC

# Line 440 | Line 440 | read_packet(fde_t *fd, void *data)
440              errno = EWOULDBLOCK;
441            case SSL_ERROR_SYSCALL:
442              break;
443 +          case SSL_ERROR_SSL:
444 +            if (errno == EAGAIN)
445 +              break;
446            default:
447              length = errno = 0;
448          }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)