You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library uses the preferred format, but the value is missing the second digit for the first 9 days of the month, which is not valid according to the spec.
Expected result Date: Sun, 05 Jan 2025 23:09:13 GMT
Actual result Date: Sun, 5 Jan 2025 23:09:13 GMT
Hummingbird version: 2.6.1
Operating system: Arch linux (6.12.8-arch1-1)
Swift version: 5.10
swift --version
Swift version 6.0.3 (swift-6.0.3-RELEASE)
Target: x86_64-unknown-linux-gnu
Not sure if the Expires, If-Modified-Since or other date related headers are malformed.
The text was updated successfully, but these errors were encountered:
RandomHashTags
changed the title
Date header value is malformed.Date header value is malformed for the first 9 days.
Jan 5, 2025
RandomHashTags
changed the title
Date header value is malformed for the first 9 days.Date header value is malformed for the first 9 days of the month.
Jan 5, 2025
This library uses the preferred format, but the value is missing the second digit for the first 9 days of the month, which is not valid according to the spec.
Expected result
Date: Sun, 05 Jan 2025 23:09:13 GMT
Actual result
Date: Sun, 5 Jan 2025 23:09:13 GMT
Hummingbird version: 2.6.1
Operating system: Arch linux (6.12.8-arch1-1)
Swift version: 5.10
swift --version
Suspected problem source
hummingbird/Sources/Hummingbird/Utils/DateCache.swift
Line 77 in 7a41c20
Not sure if the
Expires
,If-Modified-Since
or other date related headers are malformed.The text was updated successfully, but these errors were encountered: