Modify ↓
Opened at 2011-11-13T15:36:08Z
Closed at 2011-11-14T10:45:14Z
#860 closed defect (fixed)
Implement ssl_pending() for GnuTLS
Reported by: | wilmer | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 3.0.3 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
It should call through to gnutls_record_check_pending(). This is similar to changeset:devel,359 actually.
Also other users of ssl_read() should be checked since I'm not sure if they all use this call right now.
This replaces #779. This bug has become more important now that GnuTLS folks have fully killed gnutls_transport_set_lowat().
Attachments (0)
Change History (2)
comment:1 Changed at 2011-11-14T10:45:07Z by
comment:2 Changed at 2011-11-14T10:45:14Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Ok, changeset:devel,826 should fix this.