Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.74.0rc1 | Sean Quah | 2022-12-13 | 1 | -1/+0 |
| | |||||
* | Use ClientRestResource on both the main process and workers. (#14528) | Patrick Cloke | 2022-12-02 | 1 | -0/+1 |
Add logic to ClientRestResource to decide whether to mount servlets or not based on whether the current process is a worker. This is clearer to see what a worker runs than the completely separate / copy & pasted list of servlets being mounted for workers. |