From: Graham B. <gb...@po...> - 2000-05-10 14:47:48
|
On Wed, May 10, 2000 at 07:16:13AM -0700, Kurt D. Zeilenga wrote: > Now, one could argue that client developers and server > admins shouldn't assume msgid increment by one for every > new request. But the fact they general do is good for > debugging as such oddities should be clues as to what's > going wrong, not normal circumstance. Well you will already be surprised with Net::LDAP there is no gaurantee that msgid will increment for any connection. All the RFC states is that the number must be unique among all outstanding requests. Graham. |