2
0

Adds some comments

This commit is contained in:
Manu Mtz.-Almeida
2016-01-26 19:01:36 +01:00
parent fe6ea2c8e3
commit ee05b128a7
+1
View File
@@ -109,6 +109,7 @@ func (d *decoder) decode(r io.Reader) ([]Event, error) {
continue
}
}
// Once the end of the file is reached, the user agent must dispatch the event one final time.
d.dispatchEvent(currentEvent, dataBuffer.String())
return d.events, nil