]> git.sesse.net Git - cubemap/commit
Make the SENDING_HEADER state fall through.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 23 Jul 2015 16:23:48 +0000 (18:23 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 23 Jul 2015 16:36:42 +0000 (18:36 +0200)
commit235107473ceef239747e9995365489899aa90cca
treecd521a0a306c4fdfcb58dbae5fb5d6878634c88c
parentcf42ca89d3a6853caec15f032bab502f31a089dd
Make the SENDING_HEADER state fall through.

In the case where we really are in WAITING_KEYFRAME, we will go to
sleep immediately in the state below, but there's also a case
where we could end up directly in SENDING_DATA and don't want to
wait for the stream to get more data to start sending.
server.cpp