Opened 20 years ago
Closed 20 years ago
#1356 closed defect (bug) (duplicate)
Feed won't give any content with no "If-Modified-Since" specified
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Starting from the next day after WordPress' real last modified date feed URLs constantly report 304 Not Modified
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
I've attached proposed patch, very simple.
P.S. Honestly, I'd rather got rid of this scary ternary if as a condition for a normal if :-). It stopped two programmers in my room for a minute thinking that first part of a ternary if was the only actual condition to the main one.