ae19dcf6100757e3efd850c766ad5e89b2af5b52 |
|
17-Jun-2015 |
Timo Sirainen <tss@iki.fi> |
fts-tika: Fixed crashes when indexing larger attachments with fts-solr.
We were mixing ioloops without switching back to the original ioloop in the
middle. Also io_remove() at deinit caused another timeout to be added, so
this needs to be done while original ioloop is active or we'll just leak the
just-added timeout in io_loop_destroy() and crash later. |