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
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ class NodeBuilder:
|
||||||
if self.last_is_data:
|
if self.last_is_data:
|
||||||
if self.data_buffer:
|
if self.data_buffer:
|
||||||
self.data_buffer.append(data)
|
self.data_buffer.append(data)
|
||||||
else:
|
elif self._ptr:
|
||||||
self.data_buffer = [data]
|
self.data_buffer = [data]
|
||||||
self.last_is_data = 1
|
self.last_is_data = 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue