+1 for this as well, if people want faster hello world benchmarks they can monkey-patch or something haha
On Feb 7, 6:12 pm, Mikeal Rogers <mikeal.rog...@gmail.com> wrote: > This should go in. > > I mean, I care about this kind of stuff, I don't like breaking the spec, but > I don't think any of my server code uses a Date header at the moment :) > > On Feb 7, 2012, at February 7, 20124:30 PM, Isaac Schlueter wrote: > > > > > > > > > I don't know... I kind of see this as somewhat similar to defaulting > > to sending the Host header on requests. > > > As long as there's some way to opt out of it, the default should make > > node servers behave the right way. Maybe you can set the date header > > to null if you want to not send the date? > > >> It's pretty easy to break the spec. Do you really want node ensuring we > >> never serve invalid HTTP? That seems like a fool's errand. > > > Sure, but if it's easy to be more valid more of the time, then that > > seems reasonable. > > > Martin, wanna try a patch for this?