mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #100] HttpRequest doesn't return valid HTTP error code #54
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @klugier on GitHub (Sep 28, 2022).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/100
Following code:
prints:
Error: true, HttpError: false, StatusCode: 0instead of
Error: true, HttpError: true, StatusCode: 404In such case system wget returns:
Looks like ciritical error to me, it is basic http request scenario which return wrong values...
@klugier commented on GitHub (Sep 28, 2022):
OK, it was lack of SSL package.