• Max Kellermann's avatar
    input/curl: per-request mutex/cond · 8751783a
    Max Kellermann authored
    The global data structures are now lock-free, because they are
    accessed only from the I/O thread.  By using per-request locks, we
    have finer grained locking, preparing for locks shared with the
    client.
    8751783a
curl_input_plugin.c 28.5 KB