/src/

href='/httpd/mod_gnutls/'>mod_gnutls
mod_gnutlsApache
aboutsummaryrefslogtreecommitdiffstats
path: root/src/gnutls_io.c
Commit message (Collapse)AuthorAge
* Corrected issue with firefox and long post data (had to do ↵Gravatar Nokis Mavrogiannopoulos 2010-03-15
| | | | | with read function not handling EAGAIN and EINTR correctly).
* On connection termination be polite and send a bye (common handling of EOC ↵Gravatar Nokis Mavrogiannopoulos 2009-07-21
| | | | and EOS).
* removed APR_BUCKET_IS_EOS. Doesn't seem appropriate at this point.Gravatar Nokis Mavrogiannopoulos 2009-07-21
|
* More fixes related to bug #102Gravatar Nokis Mavrogiannopoulos 2009-07-20
|
* only call gnutls_bye on non null gnutls session.Gravatar Nokis Mavrogiannopoulos 2009-07-20
|
* Try to avoid bug http://issues.outoforder.cc/view.php?id=102Gravatar Nokis Mavrogiannopoulos 2009-06-30
|
* do not try to send empty packs using TLS. This this has a special meaning ↵Gravatar Nokis Mavrogiannopoulos 2009-06-13
| | | | and could result in clients closing connections.
* increased max handshake tries