Add more options to HttpStress program (dotnet/corefx#39188)
authorStephen Toub <stoub@microsoft.com>
Thu, 4 Jul 2019 11:30:25 +0000 (07:30 -0400)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2019 11:30:25 +0000 (07:30 -0400)
commitb59a62791cc04b5d651e7c03cdc1cd4adda58c3e
tree4dd4da447f1c306fec7cf1bd44b929922da016d1
parent99dd902c6044f90f9bea6c40c4228ede949dc677
Add more options to HttpStress program (dotnet/corefx#39188)

- "listOps" option, to see what numbers correspond to which client operations
- New client operation for HEAD
- New client operation for PUT
- New client operation for POST duplex, but that dribbles a byte at a time
- Fixed POST duplex to use ResponseHeadersRead
- Enable HTTP logging to be started to the console during a run

Commit migrated from https://github.com/dotnet/corefx/commit/2f42dde968da92f1c67a91ab7b915af7c63848e5
src/libraries/System.Net.Http/tests/StressTests/HttpStress/Program.cs