ScanSSE feeds everything read from br to scanner, and flushes it when the.
func ScanSSE(br *BufferedReader, scanner *SSEScanner)ScanSSE feeds everything read from br to scanner, and flushes it when the stream ends so a trailing partial line is not lost. Safe only when br is read by a single goroutine.
| Name | Type | Description |
|---|---|---|
br* | *BufferedReader | |
scanner* | *SSEScanner |