Code

client: Add a thread-safe Client object on top of the Conn object.
authorSebastian Harl <sh@tokkee.org>
Sat, 9 May 2015 13:41:09 +0000 (15:41 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 9 May 2015 13:41:09 +0000 (15:41 +0200)
A client maintains multiple connections to the server and uses one of them
exclusively for each request.


No differences found