Bryce Anderson

Results 80 comments of Bryce Anderson

I'm stumped on this. I haven't found anything in the handshaker callpath that would try to force-set a promise again, and all the ones that use the `tryComplete` methods seem...

In my minds eye, the pipeline would most closely resemble what Netty does (I've grown to like their threading middle immensely). Within the pipeline I envision back-pressure being managed via...

Btw, I'd like to make this a 0.15.x project. I want to get 0.14.x into a position that it works for http4s proper again, and is in reasonable shape. I...

👍 All the activity in http4s proper is what inspired this.

I looked into this a bit, and it may make more sense after #159. Right now the parsers and compressed into a single stage in large part to manage concurrency...

This is on hold, if not canceled. @hvesalai has a pretty good point about wanting to be able to propagate cancellation, and without a push-based mechanism, that isn't easy. Inbound...

The scodec [ByteVector](https://github.com/scodec/scodec-bits/blob/master/src/main/scala/scodec/bits/ByteVector.scala) is gaining traction. Its used in a few typelevel projects right now, and we are using it in [http4s](https://github.com/http4s/http4s) and loving it. I suppose that doesn't make...

I think that it would be nice for the load balancer to set the host header. We don't use the host header much, so this hasn't been a priority for...

@vigneshwaranr, I'm sorry to say that we haven't invested in this yet.

@adleong, seems like a bug. Are you interested in digging into it?