merge from zeroconf branch
(fixed bug: xml error when we get CDATA after initial stream header)
This commit is contained in:
parent
e1ab80d648
commit
1463ca8289
|
@ -362,7 +362,7 @@ class NodeBuilder:
|
|||
if self.last_is_data:
|
||||
if self.data_buffer:
|
||||
self.data_buffer.append(data)
|
||||
else:
|
||||
elif self._ptr:
|
||||
self.data_buffer = [data]
|
||||
self.last_is_data = 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue