http.async.client icon indicating copy to clipboard operation
http.async.client copied to clipboard

Async Http Client - Clojure

Results 12 http.async.client issues
Sort by recently updated
recently updated
newest added

We have a use case at work where we listen to both text and byte messages. This `pre` disallows that. I'm not sure if there is a reason for disallowing,...

C:\Users\zhang\OneDrive\workspace\clojure\secretary>lein run SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Connecting... ERROR: #error { :cause Invalid Status Code 200...

When setting up the `ssl-context` I need to use `TLSv1.2` or my request will fail. That is an optional parameter in the setup through the java api, but is not...

I'm consuming a websocket hosted on heroku which closes if there's no activity on the websocket in a timeout, usually 30 seconds. It looks like Netty has the concept of...

Any plans for kerberos as an auth mechanism ? Thanks

Websocket client is accidentally closing when fragmented message is received. I think it's related to this issue https://github.com/AsyncHttpClient/async-http-client/issues/655

Hello @cch1, I bumped into this issue while trying the latest `aleph` version (I know I know..it is still `alpha`), and I wanted to signal here that I receive the...