Skip to content
Snippets Groups Projects
Commit 4481b2a0 authored by Tobias Sarnowski's avatar Tobias Sarnowski Committed by Andreas Gohr
Browse files

added keep-alive capabilities to the http client

The DokuHTTPClient is now able to keep connections alive. This
feature is enabled by default. It can be disabled with
    $client->setKeepAlive(false);
and asked with
    $client->isKeepAlive();.
parent ba0267b3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment