bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Download hangs if stderr is redirected to stdout


From: Joseph Marchand
Subject: Download hangs if stderr is redirected to stdout
Date: Fri, 8 Oct 2021 23:09:43 +0000

#this works
wget 'https://github.com/mikehooper/Minecraft/raw/main/lwjgl3arm32.tar.gz' 2>&1

#this works
wget 'https://github.com/mikehooper/Minecraft/raw/main/lwjgl3arm64.tar.gz'

#this works
wget 'https://github.com/mikehooper/Minecraft/raw/main/lwjgl3arm64.tar.gz' 1>&2

#this works
wget 'https://github.com/mikehooper/Minecraft/raw/main/lwjgl3arm64.tar.gz' 
&>/dev/null

#this hangs forever
wget 'https://github.com/mikehooper/Minecraft/raw/main/lwjgl3arm64.tar.gz' 2&>1

This problem only occurs with THIS exact url and THIS exact output-redirection.

Any ideas?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]