Explorar o código

Adds some comments

Manu Mtz.-Almeida %!s(int64=10) %!d(string=hai) anos
pai
achega
ee05b128a7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      sse-decoder.go

+ 1 - 0
sse-decoder.go

@@ -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