Adds some comments
This commit is contained in:
@@ -109,6 +109,7 @@ func (d *decoder) decode(r io.Reader) ([]Event, error) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Once the end of the file is reached, the user agent must dispatch the event one final time.
|
||||||
d.dispatchEvent(currentEvent, dataBuffer.String())
|
d.dispatchEvent(currentEvent, dataBuffer.String())
|
||||||
|
|
||||||
return d.events, nil
|
return d.events, nil
|
||||||
|
|||||||
Reference in New Issue
Block a user