Skip to content

Commit 8a6a07e

Browse files
Assign ID 0 to additional cookie
1 parent e08d525 commit 8a6a07e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frameworks/CSharp/genhttp/Benchmarks/Tests/FortuneHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ private static async ValueTask<List<Value>> GetFortunes()
6565

6666
result.Add(Value.FromDictionary(new Dictionary<Value, Value>()
6767
{
68+
["id"] = 0,
6869
["message"] = "Additional fortune added at request time."
6970
}));
7071

0 commit comments

Comments
 (0)