You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the end of the GAE Java8 support, we can finally do some code cleanup in the repo:
1/ Remove the RPC way to communicate with Jetty
2/ simplify the existing path from HTTPRequest to Jetty HTTP -> UpRequest translatation ->UpResponse->HTTP
We are duplicating memory there, and we could try to remove entirely UpRequest/UpResponse buffers, assuming we keep the exact same behavior.
The text was updated successfully, but these errors were encountered:
With the end of the GAE Java8 support, we can finally do some code cleanup in the repo:
1/ Remove the RPC way to communicate with Jetty
2/ simplify the existing path from HTTPRequest to Jetty HTTP -> UpRequest translatation ->UpResponse->HTTP
We are duplicating memory there, and we could try to remove entirely UpRequest/UpResponse buffers, assuming we keep the exact same behavior.
The text was updated successfully, but these errors were encountered: