enhance: add heartbeat for sse #705

This commit is contained in:
Jacky 2024-11-08 17:06:52 +08:00 committed by Hintay
parent ce68eb1658
commit 31be0b21c4
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D
4 changed files with 25 additions and 12 deletions

View file

@ -14,7 +14,8 @@ func TestNgxConfParse(t *testing.T) {
fmt.Println(err)
return
}
n := p.Parse()
n, _ := p.Parse()
fn(n.Block, 0)