Skip to content
Snippets Groups Projects
Commit f580dc5a authored by Benno Fünfstück's avatar Benno Fünfstück
Browse files

HttpUtils: wget: fix PUT/POST response parsing

Previously, the wget transport would never return the text of the response
that we receive from the server. For example, when uploading a package candidate,
the server normally responds with a list of warnings that affect the package. But
if you used the wget transport, it only returned a response like "OK". This commit
uses the wget option `--output-document` to capture the server response and return
a correct response.
parent 27c6bc51
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment