[Libvirt-ci] Passed: libvirt/libvirt#177 (master - 1a4b21f)

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@redhat.com> Reviewed-by: Jim Fehlig <jfehlig@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&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
participants (1)
-
Travis CI