[wesnoth-commits] [wesnoth/wesnoth] 6dd322: Fix debug message
GitHub
noreply at github.com
Sat Apr 21 14:01:26 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 6dd32232496678f75f582b785bcb83e8a8d36352
https://github.com/wesnoth/wesnoth/commit/6dd32232496678f75f582b785bcb83e8a8d36352
Author: Gunter Labes <soliton at wesnoth.org>
Date: 2018-04-21 (Sat, 21 Apr 2018)
Changed paths:
M src/wesnothd_connection.cpp
Log Message:
-----------
Fix debug message
This outputs the config not the number of read bytes.
The recv_queue_.back() call was also missing lock protection.
Commit: 616fdf34982bd02ff53e20e66287e245269b8145
https://github.com/wesnoth/wesnoth/commit/616fdf34982bd02ff53e20e66287e245269b8145
Author: Gunter Labes <soliton at wesnoth.org>
Date: 2018-04-21 (Sat, 21 Apr 2018)
Changed paths:
M src/wesnothd_connection.cpp
Log Message:
-----------
Detect disconnect when waiting on data from server
Fixes issue #2927.
Also shows that issue #2925 still results in a disconnect but the client
does not get stuck anymore at least.
Compare: https://github.com/wesnoth/wesnoth/compare/99372123da53...616fdf34982b
More information about the Commits
mailing list