X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp_command.c;h=dcb21a7765275614fc423304c2fe2f51bf5fa5fe;hb=37ae4386bd764d62ae43c68df1560be55ff813ca;hp=1e3ede6946203c568fa5e82286a3d490847da9d8;hpb=ff21539a6f1462d715335d51adcf6e8be94f1b71;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index 1e3ede6..dcb21a7 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -195,7 +195,7 @@ struct http_session *http_session_create(struct conf_service *service, r->timeout_iochan, service->session_timeout); iochan_settimeout(r->timeout_iochan, service->session_timeout); - iochan_add(service->server->iochan_man, r->timeout_iochan); + iochan_add(service->server->iochan_man, r->timeout_iochan, -1); http_session_use(1); return r; }