support If-None-Match

This commit is contained in:
yuzuki999
2023-06-25 07:49:51 +08:00
parent 163cd2a6dc
commit 9af5d1a6e7
3 changed files with 7 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ func init() {
func TestClient_GetNodeInfo(t *testing.T) {
log.Println(client.GetNodeInfo())
log.Println(client.GetNodeInfo())
}
func TestClient_ReportUserTraffic(t *testing.T) {