[REMINDER] Dealing with backports

2019-03-15 Thread Leif Hedstrom
Hi all, there’s still some confusion on re: the process of back ports. Here’s a quick reminder: 1) Backports should (obviously) be landed on Master branch first. 2) You are responsible for suggesting backports, either by directly adding the “Projects” tags on the Github PR, or comment on the P

Re: Question regarding hostdb

2019-03-15 Thread Aaron Canary
"after an external request for that origin." With serve_stale_for=0 and the DNS record is expired, - probe() will return nullptr - getby() does not handle nullptr response from probe, and will just schedule probeEvent after 20ms. (This seems less than ideal. Why not immediate?) - p