fix: gofmt
This commit is contained in:
parent
380c43cb03
commit
42e2c5061d
@ -31,7 +31,6 @@ const (
|
|||||||
stickySessionTTL = time.Hour // 粘性会话TTL
|
stickySessionTTL = time.Hour // 粘性会话TTL
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
// sseDataRe matches SSE data lines with optional whitespace after colon.
|
// sseDataRe matches SSE data lines with optional whitespace after colon.
|
||||||
// Some upstream APIs return non-standard "data:" without space (should be "data: ").
|
// Some upstream APIs return non-standard "data:" without space (should be "data: ").
|
||||||
var sseDataRe = regexp.MustCompile(`^data:\s*`)
|
var sseDataRe = regexp.MustCompile(`^data:\s*`)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user