We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8843315 commit 8a4da43Copy full SHA for 8a4da43
1 file changed
src/Servers/GenHttpServer/Program.cs
@@ -40,3 +40,5 @@ static string Echo(IRequest request)
40
static string StringContent() => "OK";
41
42
static Stream RequestContent(Stream body) => body;
43
+
44
+// force retrigger Probe
0 commit comments