| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Why do we need to pass request_id around? Don't the have the info in current_request_info_?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Why do we need to pass request_id around? Don't the have the info in current_request_info_?
You're right, it's not needed. I was passing around `label` first and then instead used `request_id` as it was a better log than `label` but didn't realize that we don't have to pass it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |