Modify ↓
Opened 4 years ago
Last modified 17 months ago
#16885 new defect
wget returncode = 1 on http status code 201
| Reported by: | christof.schulze@… | Owned by: | developers |
|---|---|---|---|
| Priority: | normal | Milestone: | Chaos Calmer 15.05 |
| Component: | packages | Version: | Trunk |
| Keywords: | Cc: |
Description
I am using the default wget to post some data to a webserver.
this works and the server returns http 201
wget exits returning exit code 1 instead of 0
wget -O - -q "http://HOST"; echo $? wget: server returned error: HTTP/1.1 201 Created 1
Attachments (0)
Note: See
TracTickets for help on using
tickets.

busybox bug. https://bugs.busybox.net/show_bug.cgi?id=9211