[Libvirt-ci] Passed: libvirt/libvirt#177 (master - 1a4b21f)
by Travis CI
Build Update for libvirt/libvirt
-------------------------------------
Build: #177
Status: Passed
Duration: 49 minutes and 57 seconds
Commit: 1a4b21f (master)
Author: Michal Privoznik
Message: virNetClientStreamQueuePacket: Set st->incomingEOF on the end of stream
While reworking client side of streams, I had to postpone payload
decoding so that stream holes and stream data can be
distinguished in virNetClientStreamRecvPacket. That's merely what
18944b7aea46d does. However, I accidentally removed one important
bit: when server sends us an empty STREAM packet (with no
payload) - meaning end of stream - st->incomingEOF flag needs to
be set. It used to be before I touched the code. After I removed
it, virNetClientStreamRecvPacket will try to fetch more data from
the stream, but it will never come.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
Reviewed-by: Jim Fehlig <jfehlig(a)suse.com>
View the changeset: https://github.com/libvirt/libvirt/compare/836f85d13f36...1a4b21f1c67a
View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/240438896?utm_source=email&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
7 years, 6 months