Closed g41797 closed 1 year ago
Hi According to client.go: req.Header.Set("Cache-Control", "no-cache") According to https://html.spec.whatwg.org/multipage/server-sent-events.html: Set request's cache mode to "no-store".
req.Header.Set("Cache-Control", "no-cache")
What was the reason of the change? Thanks
Hi According to client.go:
req.Header.Set("Cache-Control", "no-cache")
According to https://html.spec.whatwg.org/multipage/server-sent-events.html: Set request's cache mode to "no-store".What was the reason of the change? Thanks