input/smbclient: wrap in MaybeBufferedInputStream

This enables the input buffer for remote files and caches file
contents in MPD.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/376
This commit is contained in:
Max Kellermann
2019-04-23 14:04:33 +02:00
parent f39d2d33c0
commit 3a0d6d96c1
2 changed files with 6 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
ver 0.21.8 (not yet released)
* input
- smbclient: download to buffer instead of throttling transfer
* output
- httpd: add missing mutex lock
- httpd: fix use-after-free bug