Rusty Conover
Rusty Conover
@sam-github Also the docs imply the default for the parameter to `.setNoDelay()` is true if it is not passed, it says nothing about the default for the underlying socket connection...
@addaleax Hi, I'm happy to add the same functionality to `new net.Socket([options])` in a different PR if you think that's reasonable. I believe having the noDelay option at the HTTP...
@addaleax I've added the options to `net.Socket()` as you've requested in a second commit.
@jasnell can you please add the author-ready tag?
@mcollina I think tests for this feature run the risk of not showing anything interesting as the TCP_DELAY behavior isn't super deterministic between operating systems or even versions of the...
Sure, I think I'll keep at it.
I'm still interested in landing this...
@jasnell I'd like to see it finished, but right now I've just been a bit distracted.
I still think it is a good idea, it is just pending tuits.
Well, all the other signature methods really slow down parsing and running code. We were using MooseX::Method::Signatures but it's implementation causes the startup time to be at least two seconds...