search for: pending_count

Displaying 2 results from an estimated 2 matches for "pending_count".

2009 Aug 03
1
Bug - dovecot-auth hangs in ldap query. 1.1.16 (also in 1.2.2)
...ext if (queue_size > DB_LDAP_MAX_PENDING_REQUESTS) { /* wait until server has replied to some requests */ return FALSE; } (queue_size is total queue size, not only queries sent to LDAP server.) I think this condition should be: if (conn->pending_count >= DB_LDAP_MAX_PENDING_REQUESTS) {
2013 Mar 28
0
Dude, where's my full description? (bug report & suggested fix in rspec-core 2.13.1)
...is is what I see when I run with `--format json` (modulo pretty printing): { "summary_line": "1 example, 0 failures", "summary": { "example_count": 1, "duration": 0.000344, "failure_count": 0, "pending_count":0 }, "examples": [ { "status": "passed", "description": "should == \"an object\"", "full_description": "something in context ", "line_number&quo...