CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/04 06:48:36
Modified files:
usr.sbin/slowcgi: slowcgi.c
Log message:
consistently use the evtimer wrappers around the connection timeout.
this is instead of setting the timeout up with event_set and
event_add, but removing it with evtimer_del. this uses evtimer_set
and evtimer_add.
prompted by dlg's commit to identd
OK dlg
