comparison src/event/ngx_event_openssl.c @ 4517:50143b8fb95f stable-1.0

Merge of r4500: fixed spelling in single-line comments.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 13:26:40 +0000
parents 8bb695c05870
children
comparison
equal deleted inserted replaced
4516:b927410d9638 4517:50143b8fb95f
840 return 0; 840 return 0;
841 841
842 case NGX_ERROR: 842 case NGX_ERROR:
843 c->read->error = 1; 843 c->read->error = 1;
844 844
845 /* fall thruogh */ 845 /* fall through */
846 846
847 case NGX_AGAIN: 847 case NGX_AGAIN:
848 return c->ssl->last; 848 return c->ssl->last;
849 } 849 }
850 } 850 }