mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
enhance: add heartbeat for sse #705
This commit is contained in:
parent
ce68eb1658
commit
31be0b21c4
4 changed files with 25 additions and 12 deletions
|
@ -14,7 +14,8 @@ func TestNgxConfParse(t *testing.T) {
|
|||
fmt.Println(err)
|
||||
return
|
||||
}
|
||||
n := p.Parse()
|
||||
|
||||
n, _ := p.Parse()
|
||||
|
||||
fn(n.Block, 0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue