-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref(server): Manually control concurrent upstream requests #678
Commits on Jul 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8d1fa27 - Browse repository at this point
Copy the full SHA 8d1fa27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a3c783 - Browse repository at this point
Copy the full SHA 2a3c783View commit details
Commits on Jul 24, 2020
-
WIP push requests into the queue (no priority yet)
Still to do: - consuming loop not done - figure out if we can do consuming loop somehow in the actor thread or we need to spanw thread ( and change request sender not to receive self)
Configuration menu - View commit details
-
Copy full SHA for 830bb9e - Browse repository at this point
Copy the full SHA 830bb9eView commit details
Commits on Jul 27, 2020
-
- still missing free http connection counters
Configuration menu - View commit details
-
Copy full SHA for 7a1fd59 - Browse repository at this point
Copy the full SHA 7a1fd59View commit details
Commits on Aug 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e4841de - Browse repository at this point
Copy the full SHA e4841deView commit details
Commits on Aug 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for de4b4b1 - Browse repository at this point
Copy the full SHA de4b4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2360bed - Browse repository at this point
Copy the full SHA 2360bedView commit details -
removed &self from WithRequestPriority::priority() signature
priority is type specific, not instance specific and therefore should not have &self in the signature of WithRequestPriority::priority()
Configuration menu - View commit details
-
Copy full SHA for 6969cab - Browse repository at this point
Copy the full SHA 6969cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for adab1fb - Browse repository at this point
Copy the full SHA adab1fbView commit details
Commits on Aug 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d2727d5 - Browse repository at this point
Copy the full SHA d2727d5View commit details -
Changed TrackedFuture - instead of sending unit now sends a unit struct.
Changed for interface legibility of.
Configuration menu - View commit details
-
Copy full SHA for 3f7de76 - Browse repository at this point
Copy the full SHA 3f7de76View commit details
Commits on Aug 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 91a3636 - Browse repository at this point
Copy the full SHA 91a3636View commit details
Commits on Aug 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a60a72c - Browse repository at this point
Copy the full SHA a60a72cView commit details
Commits on Aug 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0922a95 - Browse repository at this point
Copy the full SHA 0922a95View commit details
Commits on Aug 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0048c9b - Browse repository at this point
Copy the full SHA 0048c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d2123 - Browse repository at this point
Copy the full SHA d2d2123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fe67a3 - Browse repository at this point
Copy the full SHA 4fe67a3View commit details -
Moved from mpsc channels in tracked_future.rs to Actix::Recipient
Instead of using an mpsc channel to notify the end of a tracked future now we use an `Recipient<TrackedFutureFinished>` with the handler implemented in `UpstreamRelay`
Configuration menu - View commit details
-
Copy full SHA for b8f525c - Browse repository at this point
Copy the full SHA b8f525cView commit details
Commits on Aug 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 89e9570 - Browse repository at this point
Copy the full SHA 89e9570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d002e8 - Browse repository at this point
Copy the full SHA 3d002e8View commit details