Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Also, server does not handle MultiplexerMessages with all-defaults, e.g. with
RawMessages of the form '\x00' * 8:
{{{
>>> s = socket.socket()
>>> s.connect(('localhost', 1980))
>>> s.sendall("\x00" * 8)
}}}
In this case it fails with (debugging disabled):
{{{
multiplexer/io/RawMessage.cc:63: You can't verify partial message.:
`!contents_.empty()' failed in bool multiplexer::RawMessage::verify()
boost::system::system_error: Bad file descriptor
azlib::signals::exit_signal called: exiting with 1
}}}
Original comment by piotr.fi...@gmail.com
on 4 Jul 2009 at 1:10
Original issue reported on code.google.com by
piotr.fi...@gmail.com
on 30 May 2009 at 1:49