Changes between Initial Version and Version 1 of Ticket #1026, comment 10
- Timestamp:
- 07/21/16 08:39:22 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1026, comment 10
initial v1 5 5 I tested with this patch change also to see what effect SSL_shutdown would have. 6 6 7 8 {{{ 7 9 --- src/http/ngx_http_request.c.orig 2016-05-31 14:47:02.000000000 +0100 8 10 +++ src/http/ngx_http_request.c 2016-07-21 09:29:08.562311000 +0100 … … 35 37 if (rev->ready) { 36 38 39 }}} 40 37 41 The call succeeds.. 38 42