Skip to content

Invoke-WebRequest claims it is "writing request stream (number of bytes written X)" when downloading #3677

@AArnott

Description

@AArnott

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

Metadata

Metadata

Assignees

Labels

Issue-BugIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility module

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions