Skip to content

Commit

Permalink
Requests handled for http also in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh Shukla committed Dec 29, 2024
1 parent ff6c33e commit 01a9004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/serviceconfig/service_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func fixedIdentityAPIHandlerMaker(em EchoManager, routes Destinations, service I
ServiceType: service.ServiceType,
ServiceName: service.DestinationService,
}
runAPIHandler(em, routes, ep, w, r)
go runAPIHandler(em, routes, ep, w, r)
}
}

Expand Down

0 comments on commit 01a9004

Please sign in to comment.