Inline watcher (#681)

* ignore more files

* inline watcher

* remove watcher handler

* generated files

* mark LineSeparatedHttpContent internal

* method removed

* fix warning
This commit is contained in:
Boshi Lian
2021-09-14 11:20:05 -07:00
committed by GitHub
parent d66c914c86
commit b9032960e9
10 changed files with 1965 additions and 813 deletions

View File

@@ -247,7 +247,6 @@ namespace k8s
}
}
AppendDelegatingHandler<WatcherDelegatingHandler>();
HttpClient = new HttpClient(FirstMessageHandler, false);
}