Ross A. Baker

Results 574 comments of Ross A. Baker

I think that's fair. If it's not surfacing any that we'd like to treat differently, there really isn't a point.

It sounds like we should just go ahead and get rid of that log message, and do so on the series/0.14 branch?

The EOF is a regrettable design, because it's both a command an an exception. It suppresses the stack trace because the exception is used for control flow and is expected...

http4s/http4s#2222 is prior art.

I don't want to block the release on this one. Demilestoning.

I have found it extremely difficult to implement this in blaze. I would still like it to have that feature, but am not currently actively working on it.

I'd say it's a misleading statement, because it's implementation dependent. `IOApp` will await the finalizers of your composed resource, but the blaze-server does not yet await the drainage of all...

I think this would be a wonderful addition. I am only passingly familiar with QUIC, so I'm not sure how much of the effort can sit atop HTTP/2 implementations. It...

Historically, I we've had a hybrid approach: blaze was built from the ground up, and servlets are a thin layer around something that has been in production for 20 years....

I think it's highly unlikely you'd get better performance out of a Java library than a Scala library. On the plus side, you'd avoid cross-versioning, maybe eventually get some contributions...