CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/04/20 01:35:42

Modified files:
        usr.sbin/slowcgi: slowcgi.c 

Log message:
Use LIST instead of SLIST for requests. The way SLIST_REMOVE was used did
a double traverse of the list which now is replaced with no traversal at all.
Also stop double wrapping requests just for the list.
OK millert@

Reply via email to