Ignore:
Timestamp:
01/17/09 18:28:53 (3 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
Branches:
master-v0.7, master-v0.6, memcached_hash, upstream_count_limit
Children:
12bc79
Parents:
9ceabd
git-author:
Tomash Brechko <tomash.brechko@…> (01/17/09 15:49:50)
git-committer:
Tomash Brechko <tomash.brechko@…> (01/17/09 18:28:53)
Message:

Do not change callback and data pointers after module initialization.

This commit should ease the review. Next one will transpose
functions to eliminate forward declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • memcached_hash/Changes

    r9ceabd r38354f  
    44        - ??? 
    55 
    6         ??? 
     6        Do not change callback and data pointers passed by nginx after 
     7        module initialization.  This makes the module compatible with 
     8        other intermediate "balancers" up the chain.  Such balancers 
     9        do not perform actual balancing, but may process host address 
     10        that we return, for instance map it to cached open connection. 
    711 
    812 
Note: See TracChangeset for help on using the changeset viewer.