Opened 3 years ago
Last modified 2 years ago
#17609 new bug
WebPositive HTTP statuses 304, 4xx, 5xx display misleading error
Reported by: | thebuck | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #17941 | |
Platform: | All |
Description
An informative alert pops up:
Error loading https://httpstat.us/xxx:
followed by a reason:
https://httpstat.us/304 always gives Connection Refused
, which is misleading for HTTP status 304 Not Modified
. Insecure connection works (blank page): http://httpstat.us/304
The 4xx and 5xx status codes sometimes give Interrupted system call
. Try https://httpstat.us/403, https://httpstat.us/500, reload page until message appears.
This is hrev55891/x86_64/QEMU launched with:
qemu-system-x86_64 -cdrom haiku-master-hrev55891-x86_64-anyboot.iso -m 2.0G -accel kvm,thread=multi -machine vmport=off -smp 4 -no-hpet -device nec-usb-xhci,id=u,bus=pci.0,addr=0x4 -device usb-tablet,bus=u.0 -nic user,domainname=.
In
Interrupted system call
case, page does not load.