Bryce Anderson
Bryce Anderson
http://mvnrepository.com/artifact/org.eclipse.jetty.http2/http2-hpack A quick glance says they deal in `ByteBuffer`s natively, much like we do. It might clear up some complexity at the cost of messing with working code.
Client authentication works, but cleanup needs to be done concerning the error messages it generates.
https://github.com/apple/servicetalk/actions/runs/6848710363/job/18619420912#step:7:1529 ``` HttpMessageDiscardWatchdogServiceFilterTest > warnsIfDiscarded(ResponseTransformer) > warnsIfDiscarded(ResponseTransformer) [3] transformer=Drops message body while transforming FAILED org.opentest4j.AssertionFailedError: expected: but was: at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:180)...
Motivation: Not all traffic patterns will benefit from the same connection selection strategy per-host. For example, some users may want to maintain a core pool of connections while others may...
See also #2901 for a counter API proposal. Motivation: We want to add meta-data to our ServiceDiscoverer API's but how to represent them isn't obvious. This is an example of...
See #2902 for a counter proposal using a map like abstraction. Motivation: We're trying out a couple API's that let us add additional metadata to the endpoints provided by ServiceDiscoverer....
@before, are you still using the rho/the HAL code? It appears that you've got other things on your plate and HAL has lost its maintainer. If its no longer used...
It would be nice to support authorizations directly in rho. I'm not sure of HAL would benefit from it, but swagger would. **Prior Art:** - [Scalatra](http://scalatra.org/2.3/guides/http/authentication.html) (suggested to be not...
The important concern is logging the value of parameters during decoding failures, and those values may be sensitive. At a minimum, we should have a way to manipulate such logging,...
This can be observed via broken swagger docs for routes that have such definitions. This brings me to the important question: does the `||` logic serve a real purpose or...