Steps to reproduce
Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -outfile $env:temp\nuget.exe
Expected behavior
The PowerShell progress dialog suggests we are reading bytes from the response stream.
Actual behavior
The PowerShell progress dialog claims it is "Writing request stream (number of bytes written X)"
Environment data
$psversiontable
Name Value
---- -----
PSVersion 5.1.15063.168
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.15063.168
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Steps to reproduce
Expected behavior
The PowerShell progress dialog suggests we are reading bytes from the response stream.
Actual behavior
The PowerShell progress dialog claims it is "Writing request stream (number of bytes written X)"
Environment data