This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
forked from dannycoates/poolee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds reqInfo object to pool.request callback
This change is a little specific, so no pressure to merge. It adds an additional callback argument to pool.request, namely, requestInfo. It is a dictionary containing information about the node that responded to the request, nodes that failed to respond to the request, and the number of total retries. It does this by creating a closure when preparing to handle the response containing the node that the response is coming from.
- Loading branch information
Russell Cohen
committed
Dec 13, 2013
1 parent
cc79dfa
commit 7ad69d1
Showing
4 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters