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
Fix/cleanup two spots in open-PIT request handling (#116553) (#117430)
Two things fixed here:
1. Don't fork just to send the response, it's unnecessary. Serializing
the ID might take a little time but if it's really an issue we should
optimize it rather than forking just to send a single response.
2. Handle finding a connection cleanly, don't allow the exception to
bubble up and fail the phase, this may cause leaks.
0 commit comments