[wesnoth-commits] [wesnoth/wesnoth] 67e292: Network_asio: split upload buffer to 4kB chunks
GitHub
noreply at github.com
Tue Mar 6 18:52:42 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 67e292704400901e66720b269d45094a7351251c
https://github.com/wesnoth/wesnoth/commit/67e292704400901e66720b269d45094a7351251c
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-03-06 (Tue, 06 Mar 2018)
Changed paths:
M changelog
M src/network_asio.cpp
Log Message:
-----------
Network_asio: split upload buffer to 4kB chunks
This allows Boost.Asio to track upload progress, and cancel uploading of
all chunks that haven't been sent yet.
Fixes #1439, #2591.
More information about the Commits
mailing list