Added timeout to Commit()

This commit is contained in:
Frank Schmirler
2012-03-03 23:04:11 +01:00
parent a047fc7d32
commit c1dc1453c5
3 changed files with 37 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
- Added timeout to Connect()
- Report the server-side HTTP status "503 Service unavailable" instead of
the client-side error "409 Conflict" when a channel is unavailable
(suggested by Methodus)