[Freeciv-Dev] (PR#39131) Connection troubles

2008-11-27 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39131 [pepeto - Thu Nov 27 07:49:11 2008]: Unfortunately, this patch wouldn't remove the useless warning WARNING: trying to send data to the closed connection. It needs also to check after command_ok = handle_packet_input(pconn,

[Freeciv-Dev] (PR#39131) Connection troubles

2008-11-26 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39131 [pepeto - Wed Jun 25 11:30:21 2008]: It actually occurs when the client connection is broken by the server whereas the server is reading a packet from. A simple example is when you attempt to cut yourself from the server. Then,

[Freeciv-Dev] (PR#39131) Connection troubles

2008-11-26 Thread Pepeto
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39131 Unfortunately, this patch wouldn't remove the useless warning WARNING: trying to send data to the closed connection. It needs also to check after command_ok = handle_packet_input(pconn, packet.data, packet.type); (sernet.c,

[Freeciv-Dev] (PR#39131) Connection troubles

2008-06-25 Thread Pepeto
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39131 It actually occurs when the client connection is broken by the server whereas the server is reading a packet from. A simple example is when you attempt to cut yourself from the server. Then, your chat packet is parsed by the server,

[Freeciv-Dev] (PR#39131) Connection troubles

2008-06-23 Thread Jason Short
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39131 I frankly have no idea if this change is correct. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev