DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35304>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35304 ------- Additional Comments From [EMAIL PROTECTED] 2005-06-13 02:14 ------- (In reply to comment #7) > Oooops!!! > > Yes, the use of getReply() instead of getReplyCode() was the cause of the > hanging client. > > Perhaps getReply() should be made protected or renamed to something else, to > avoid further confusion and improper use (doesn't align with the other > #getReply*() methods) ... > > Thanx again, > jens. Well, we can't just get rid of it, or remove its public access, but we could rename it (how does "waitForReply()" sound, Daniel?) and reimplement getReply() as a deprecated call to waitForReply() version. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
