瀏覽代碼

socket initialization fix

pull/30/head
devgs 13 年之前
父節點
當前提交
ac49788929
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      ngx_http_uploadprogress_module.c

+ 1
- 0
ngx_http_uploadprogress_module.c 查看文件

1616
         elt->values = NULL;
1616
         elt->values = NULL;
1617
         elt->lengths = NULL;
1617
         elt->lengths = NULL;
1618
     } 
1618
     } 
1619
+    conf->udp_socket = -1;
1619
 
1620
 
1620
     return conf;
1621
     return conf;
1621
 }
1622
 }

Loading…
取消
儲存