fixed quite some segmentation faults in http-thr.c.
similar fixes must be done on other task implementations such as http-file.c
This commit is contained in:
@@ -76,7 +76,7 @@ struct hio_sys_mux_t
|
||||
int kq;
|
||||
|
||||
struct kevent revs[1024]; /* TODO: is it a good size? */
|
||||
|
||||
|
||||
int ctrlp[2];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user