-
Started writing this as a comment on one of the open PRs, but decided it should be its own issue.
We've got 3 open issues and 2 open PRs. I don't have a lot of time to look at them, especially sinc…
kaoru updated
4 years ago
-
Having gotten used to writing REST APIs in Node.js with Express, I'm accustomed to being able to kick off asynchronous tasks when an endpoint is hit and not send the HTTP response until a callback is …
-
Bootstrapping and polling is going to be SLOW using blocking networking I/O. So this needs to use AsyncHTTPClient from Tornado, so that we can handle stuff faster.
-
We often talked in our idpy meetings about the possibility to speed up the http requests using an async approach.
Well, me and Roland started this with asyncio and an abstract class with the same pro…
-
Before submitting a PR, I wanted to ask if the maintainers or community are interested in async version of HTTP requests and WebSocket operations (for streams). I have a proof of concept under [my for…
-
Hello, I am using an Envoy Gateway `SecurityPolicy` with `JWT` inspection. I have an OIDC provider in the cluster. Periodically, envoy-proxy fires a lot of requests to the `remoteJWKS.uri` endpoint, i…
-
Play v1.7.1 still relies on an old version of AsyncHttpClient: https://github.com/playframework/play1/blob/1.7.1/framework/dependencies.yml#L21.
This library has moved from https://github.com/ning/…
sp00m updated
2 years ago
-
Currently an async execution results in a 202 response. See https://docs.ogc.org/DRAFTS/21-000.html#compute_routes_async.
This should be changed to a 201, because the route resource is created with…
-
With the latest changes the asynchronous http file system is throwing Loop not running when own loop provided.
This is due to call to loop being set to None which is then caught in line 42 of asyn.p…
-
C'est plus une question qu'une issue, est-ce que ton async-http-client support les POST? je regardez le code et j'en suis pas certain.
Merci de m'éclaircir!