Incoming request size too large since Rc2
Posted: 06 Jun 2011, 20:59
I've noticed a change since Rc2. If I try to send an extension request with a large string (about 2000+ chars) I get the following warning in the log file.
06 Jun 2011 21:45:24,957 WARN [SocketReader] protocol.binary.BinaryIoHandler
Sometimes (but rarely), I get even more information:
06 Jun 2011 17:47:05,108 WARN [SocketReader] protocol.binary.BinaryIoHandler - Incoming request size too large: 1630745955, Current limit: 8000000, From: ( User Name: mega613218567, Id: 2, Priv: 0, Sess: 4.59.176.6:51310 )
The thing is, the string is never more than 2500 characters and is constant most of the time (and it's constant in my tests). If I run the client in debug mode, I see that no more than 3000 bytes are sent over the wire (and the packet is split into 1500 byte packets anyways).
I'm using SmartFox Rc2 with the latest Java drivers.
Has anybody else hit a similar problem?
Cheers,
Alex
06 Jun 2011 21:45:24,957 WARN [SocketReader] protocol.binary.BinaryIoHandler
Sometimes (but rarely), I get even more information:
06 Jun 2011 17:47:05,108 WARN [SocketReader] protocol.binary.BinaryIoHandler - Incoming request size too large: 1630745955, Current limit: 8000000, From: ( User Name: mega613218567, Id: 2, Priv: 0, Sess: 4.59.176.6:51310 )
The thing is, the string is never more than 2500 characters and is constant most of the time (and it's constant in my tests). If I run the client in debug mode, I see that no more than 3000 bytes are sent over the wire (and the packet is split into 1500 byte packets anyways).
I'm using SmartFox Rc2 with the latest Java drivers.
Has anybody else hit a similar problem?
Cheers,
Alex