rack-devel archive mirror (unofficial) https://groups.google.com/group/rack-devel
 help / color / mirror / Atom feed
* should Rack::Response delete Content-Length on status 204?
@ 2010-10-10 22:40 Jerry West
  2010-11-07 22:09 ` James Tucker
  0 siblings, 1 reply; 5+ messages in thread
From: Jerry West @ 2010-10-10 22:40 UTC (permalink / raw)
  To: Rack Development

Rack::Response#finish deletes Content-Type from the header when status
== 204.

Should it not also delete Content-Length too?  Rack::Lint certainly
thinks so.

And on that note should the code for #finish() not be

if Utils::STATUS_WITH_NO_ENTITY_BODY.include?(status.to_i)

rather than "if [204, 304].include?(status.to_i)" ...

Thanks,
  Jerry

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-11  6:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-10 22:40 should Rack::Response delete Content-Length on status 204? Jerry West
2010-11-07 22:09 ` James Tucker
2010-11-08 23:00   ` Jerry West
2010-11-08 23:07     ` Jerry West
2010-11-11  6:51     ` James Tucker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).