mirror of
https://github.com/katanemo/plano.git
synced 2026-07-14 16:22:12 +02:00
fixed the dup cloning issue and cleaned up the ProviderRequestType enum and traits
This commit is contained in:
parent
c8b59aeda7
commit
e8881c7b8a
3 changed files with 61 additions and 97 deletions
|
|
@ -811,7 +811,7 @@ impl HttpContext for StreamContext {
|
|||
self.request_identifier(), self.client_api, upstream
|
||||
);
|
||||
|
||||
match ProviderRequestType::try_from((&deserialized_client_request, upstream)) {
|
||||
match ProviderRequestType::try_from((deserialized_client_request, upstream)) {
|
||||
Ok(request) => {
|
||||
debug!(
|
||||
"[ARCHGW_REQ_ID:{}] UPSTREAM_REQUEST_PAYLOAD: {}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue