xperseguers / t3ext-routing

TYPO3 Extension routing
19 stars 6 forks source link

Return HTTP code 204 if no content #11

Closed xperseguers closed 8 years ago

xperseguers commented 8 years ago

If $ret is empty (and not null which is a 404), we should better return a HTTP code 204 (No Content) instead of a 200.