Messages per Month
| From | Sent On | Attachments |
|---|---|---|
| Joshua Schmidlkofer | Aug 6, 2008 11:37 am | |
| Steffen Weber | Aug 7, 2008 4:45 am | |
| Aleksandar Lazic | Aug 7, 2008 6:39 am | |
| Joshua Schmidlkofer | Aug 7, 2008 8:17 am | |
| Steffen Weber | Aug 7, 2008 10:05 am | |
| Steffen Weber | Aug 7, 2008 10:05 am | |
| Aleksandar Lazic | Aug 7, 2008 12:19 pm | |
| Aleksandar Lazic | Aug 7, 2008 12:31 pm | |
| jeff emminger | Aug 7, 2008 12:49 pm | |
| Igor Sysoev | Aug 7, 2008 10:28 pm | |
| Steffen Weber | Aug 8, 2008 3:57 am | |
| Igor Sysoev | Aug 8, 2008 11:36 am | .ssl |
| Steffen Weber | Aug 8, 2008 2:02 pm | |
| Kenneth Kalmer | Aug 10, 2008 11:54 am |
| Subject: | Re: SSL Problems with 0.7.[78] | |
|---|---|---|
| From: | jeff emminger (jemm...@public.gmane.org) | |
| Date: | Aug 7, 2008 12:49:58 pm | |
| List: | ru.sysoev.nginx | |
Wait there was a change in src/event/ngx_event_openssl.c
### diff -ru nginx-0.7.6/src/event/ngx_event_openssl.c nginx-0.7.7/src/event/ngx_event_openssl.c --- nginx-0.7.6/src/event/ngx_event_openssl.c 2008-06-20 16:42:54.000000000 +0200 +++ nginx-0.7.7/src/event/ngx_event_openssl.c 2008-07-30 08:12:30.000000000 +0200 @@ -505,6 +505,9 @@ if (n == 1) { + c->read->ready = 0; + c->write->ready = 1; + if (ngx_handle_read_event(c->read, 0) == NGX_ERROR) { return NGX_ERROR; } ###
Due the fact that I'am not so deep in the development, I don't know what happen when you remove tis ;-)
FYI, Looks like that was the patch from thread "IMAP/SSL issue" on Jul 29.






.ssl