Ricardo Wurmus <[email protected]> skribis: > The procedure “parse-rfc-822-date” in the module (web http) is a bit too > strict as it rejects dates in which the hour field is a single digit > without zero-padding. > > A date like this will be rejected: > > Sun, 06 Nov 1994 8:49:37 GMT > > Whereas a date like this is accepted: > > Sun, 06 Nov 1994 08:49:37 GMT > > The only difference is the leading zero in the timestamp.
Fixed in 16050431f29d56f80c4a8253506fc851b8441840, thanks! Ludo’.
