Sfoglia il codice sorgente

crash fix

tags/v0.4
Brice Figureau 18 anni fa
parent
commit
903a01fbff
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      ngx_http_uploadprogress_module.c

+ 1
- 0
ngx_http_uploadprogress_module.c Vedi File

282
       return NGX_ERROR;
282
       return NGX_ERROR;
283
     }
283
     }
284
 
284
 
285
+    ctx->read_event_handler = r->read_event_handler;
285
     ngx_http_set_ctx(r, ctx, ngx_http_uploadprogress_module);
286
     ngx_http_set_ctx(r, ctx, ngx_http_uploadprogress_module);
286
     r->read_event_handler = ngx_http_uploadprogress_event_handler;
287
     r->read_event_handler = ngx_http_uploadprogress_event_handler;
287
     return rc;
288
     return rc;

Loading…
Annulla
Salva