ladybird/Userland/Libraries/LibWeb/Fetch/Infrastructure
Timothy Flynn 2b22402c6a LibWeb: Correctly categorize Fetch responses as network errors
The condition here is flipped. From the spec:

     A network error is a response whose ... body is null ...
2024-01-18 23:10:56 +01:00
..
HTTP LibWeb: Correctly categorize Fetch responses as network errors 2024-01-18 23:10:56 +01:00
ConnectionTimingInfo.cpp
ConnectionTimingInfo.h
FetchAlgorithms.cpp
FetchAlgorithms.h
FetchController.cpp
FetchController.h
FetchParams.cpp
FetchParams.h
FetchTimingInfo.cpp
FetchTimingInfo.h
HTTP.cpp
HTTP.h
MimeTypeBlocking.cpp
MimeTypeBlocking.h
NoSniffBlocking.cpp
NoSniffBlocking.h
PortBlocking.cpp
PortBlocking.h
RequestOrResponseBlocking.h
Task.cpp
Task.h
URL.cpp
URL.h LibWeb: Implement ad-hoc steps to allow LibWeb to load resource:// URLs 2023-12-24 14:09:23 +01:00