SVN: ZODB/trunk/src/ZEO/protocol.txt Added missing text.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20090728205236.E815B94178__13948.4412539334$1248814369$gmane$org@cvs.zope.org> |
Log message for revision 102360: Added missing text. Changed: U ZODB/trunk/src/ZEO/protocol.txt -=- Modified: ZODB/trunk/src/ZEO/protocol.txt =================================================================== --- ZODB/trunk/src/ZEO/protocol.txt 2009-07-28 20:07:30 UTC (rev 102359) +++ ZODB/trunk/src/ZEO/protocol.txt 2009-07-28 20:52:36 UTC (rev 102360) @@ -39,9 +39,10 @@ After making a connection and negotiating the protocol, the following interactions occur: -- The client requests the athentication protocol by calling . For this - discussion, we'll assume the server returns None. Note that if the - server doesn't require authentication, this step is optional. +- The client requests the athentication protocol by calling + getAuthProtocol. For this discussion, we'll assume the server + returns None. Note that if the server doesn't require + authentication, this step is optional. - The client calls register passing a storage identifier and a read-only flag. The server doesn't return a value, but it may raise