Sam Roberts
Sam Roberts
In https://github.com/wtfutil/wtf/pull/895 I used `args: ./...` with golangci/[email protected] to avoid this, though I don't need to when running on my own machine.
Hi, what is the purpose of this? Default is no delay is _true_ (so nagle is _off_). Is there any time you would want nagle _on_ for HTTP? I can't...
My apologies @rustyconover, I don't mean to discourage you. Your description was quite clear in the _what_, but if you look at it again, you will notice that it does...
If deprecated APIs are never deleted, people come to ignore the deprecation warnings, because they are effectively meaningless, leading to a situation where you can never delete them because nobody...
@geek its a good conversation to start having, thanks for kicking it forward.
@raymondfeng do you want the numeric values, or do you want a `function(req, res) ...` that you can mount on an express path explicitly?
That makes sense, and should be not too hard, I will try to find time in the next weeks.
https://tools.ietf.org/html/rfc6350#section-3.4 > NEWLINE (U+000A) characters in values MUST be encoded by two characters: a BACKSLASH followed by either an 'n' (U+006E) or an 'N' (U+004E). So input is either invalid,...
I think it should work back to ruby1.8, which is still standard in many environments, would you agree? And I know the tests don't all pass anymore, but at least...
OK, I'm cool with only 1.9/2.0 support.