Mercurial > pidgin
log
age | author | description |
---|---|---|
Tue, 13 Nov 2007 21:54:06 +0000 | Martin Srebotnjak | fixes#3735 |
Tue, 13 Nov 2007 21:48:04 +0000 | Luke Schierer | merge of '6b1a373e3e69276313a52397e9213c08c1d67846' |
Tue, 13 Nov 2007 18:00:22 +0000 | Mark Doliner | merge of '7a98d978e56502762335bda8f19011a139ac460a' |
Tue, 13 Nov 2007 06:27:27 +0000 | Daniel Atallah | My changes to disable external port mapping exposed a flaw where the server socket was being closed immediately, before the client had read all the data - this caused the client to receive a RST and consequently error. The solution is to wait for the client to close the connection before closing the server connection. I'm surprised this hasn't been a problem elsewhere - it seems like it would be. |