merge from zonesfeature

This commit is contained in:
Chiradeep Vittal 2011-05-03 10:29:19 -07:00
parent 35066e235c
commit cf05527ba8
1 changed files with 0 additions and 4 deletions

View File

@ -307,10 +307,6 @@ public class Link {
headBuf.putInt(dataRemaining);
headBuf.flip();
if (headRemaining + dataRemaining > 65535) {
throw new IOException("Fail to send a too big packet! Size: " + (headRemaining + dataRemaining));
}
while (headRemaining > 0) {
if (s_logger.isTraceEnabled()) {
s_logger.trace("Writing Header " + headRemaining);