Raise error message max size to 64K.
authorRichard Jones <rjones@redhat.com>
Mon, 23 Aug 2010 21:14:27 +0000 (22:14 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 24 Aug 2010 10:54:41 +0000 (11:54 +0100)
This commit removes one of the protocol limits, by raising the
maximum error message size from 256 bytes to 64K.

Although we could consider raising this further, since the
error messages are currently stored in fixed sized buffers on
the stack, that would require more invasive code changes.


No differences found