Commit a73259f1 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

On the 2.4.x branch:

mod_http2: h2_workers.c now in sync with trunk again and backported as intended.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1816977 13f79535-47bb-0310-9956-ffa450edef68
parent a1f0d012
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ static apr_status_t slot_pull_task(h2_slot *slot, h2_mplx *m)
         * If we still have idle workers, we let the worker be sticky, 
         * e.g. making it poll the task's h2_mplx instance for more work 
         * before asking back here. */
        slot->sticks = 1;/*slot->workers->max_workers;*/
        slot->sticks = slot->workers->max_workers;
        return rv;            
    }
    slot->sticks = 0;