NickMRamirez
NickMRamirez
Did you know that HAProxy now supports validating JWTs natively? Using that, you could choose a different public key depending on an ACL condition. You would adapt this line to...
I haven't found a good way to benchmark this yet. Do you have any recommended tools?
Sorry, I haven't put time into this yet, but recording CPU usage would be a nice addition. I'd like to make it automated though, so that it's a number that's...
I agree, the spec is not clear about whether an agent can send an Abort. It only shows an example of a Notify frame from HAProxy aborting, so I think...
Looking at the spec again, there is an example of the agent aborting incoming fragments from HAProxy: ``` * Aborted fragmentation of a NOTIFY frame: HAPROXY AGENT SRV | ......
It looks like the agent should send an ACK frame with the ABORT flag set to tell HAProxy that the agent wants to stop receiving UNSET frames when the payload...
Moving this comment from this thread to here: https://github.com/haproxytech/haproxy-spoa-dotnet/issues/7#issuecomment-881920684 > I'm interested by the PR. A year ago, I also tried to use IDuplexPipe as a way to improve performance....
Discussion points: * Use System.IO.Pipelines in places where we do network I/O calls, to reap the benefits of that library's optimizations? * Refactor FrameProcessor.HandleStreamAsyncCore to handle receiving and sending data...
@Elyytscha The 2.0 blog post did mention that UDP support was coming. I helped draft that article and unfortunately that feature did not make it into 2.1, so we decided...
For anyone who also sees the error "Error during insertion", in my case the reason was that my OCSP server was missing "nextupdate". To fix this, I added the `-nmin`...