Andreas Schultz

Results 49 comments of Andreas Schultz

@albertored confirmed, works as expected with that change :+1:

Have you tried to using `tcp_opts => [{nodelay, true}]` in gun:opts() ??? The way the HTTP/2 handler is implemented in gun means that gun will use two seperate gen_tcp:send for...

You are right, that feature is not supported. We do not have plans to work on it. Of course, contributions are welcome.

> Do you have the WINDOW_UPDATE sizes that were sent, both for the connection and each individual streams? Does a PCAP help? The data comes from a load generator that...

Only req, rep, router, dealer, sub and pub are implemented at the moment. Locking at the zeromq docs, it seems that dealer is the closest similar behavior. Could you use...

No, ezmq does not support the ZMQ framing that is required for security.

I've used a function in the test suite that is not available on Erlang R15. The test suite update is not critical, so let's no merge it yet. I'll update...

I've run into the same problem. The cause for this is most like the missing "git" key in the coveralls API request. For the other CI providers, Coveralls seems to...

> > removed proxy support (use freeradius or similar instead) > > Was it approved for the use-cases where it was is used? There is no need to move existing...