[Commits] [wesnoth/wesnoth] 821b4e: Move asio streambufs in network_asio::connection i...
GitHub
noreply at github.com
Fri Nov 24 15:27:03 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 821b4ecbc7216d03f47955c05ac9bf216050b7e3
https://github.com/wesnoth/wesnoth/commit/821b4ecbc7216d03f47955c05ac9bf216050b7e3
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2017-11-24 (Fri, 24 Nov 2017)
Changed paths:
M src/network_asio.cpp
M src/network_asio.hpp
Log Message:
-----------
Move asio streambufs in network_asio::connection into unique_ptrs
This is needed to properly reinitialize streambuf objects after cancel.
This prevents crash from issue #2203 but download after cancel still doesn't
work properly. More investigation needed.
More information about the Commits
mailing list