http.client: Show pending requests as “owner”
authorMichael Hanselmann <hansmi@google.com>
Tue, 27 Sep 2011 14:57:44 +0000 (16:57 +0200)
committerMichael Hanselmann <hansmi@google.com>
Wed, 28 Sep 2011 10:15:54 +0000 (12:15 +0200)
commit90b2eeb0e79f513be90dc91d0ba543bdaa454f5e
treefb07368f4b0253a14028ef35c6e8e94cf0d993eb
parent7cb2d20509c6d5428b9e356557b993b66c001414
http.client: Show pending requests as “owner”

In the context of the lock monitor a “pending” item does not yet own the
requested resource. Since these HTTP requests are already undergoing
they should be shown as owners.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
lib/http/client.py