forked from getsentry/relay
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(server): Introduce trait for upstream requests (getsentry#1037)
Introduce a better way to handle various Upstream Requests (regardless of if they go to Relay Authenticated endpoints or not). Generally cleans up the handling of futures that end up generating http requests to the downstream server in preparation for removing long running futures.
- Loading branch information
Showing
5 changed files
with
467 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.