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
Currently, formatting and parsing RFC2822 timestamps is possible, but it uses a function from the standard library that doesn't technically validate—and probably isn't spec compliant either.
That said, the spec of RFC2822 has some strange edge cases (e.g. BurntSushi/jiff#39) so the limits of the implementation would need to be carefully considered.
The text was updated successfully, but these errors were encountered:
Yeah so far the limitation in Jiff's parser seems to be working out fine. Jiff's RFC 2822 parser is used in uv. I'm not quite sure how much variation uv sees in HTTP servers, but it was varied enough to demand explicit RFC 9110 support for printing.
Currently, formatting and parsing RFC2822 timestamps is possible, but it uses a function from the standard library that doesn't technically validate—and probably isn't spec compliant either.
That said, the spec of RFC2822 has some strange edge cases (e.g. BurntSushi/jiff#39) so the limits of the implementation would need to be carefully considered.
The text was updated successfully, but these errors were encountered: