Nils Goroll

Results 592 comments of Nils Goroll

@gstrauss avoiding 411 responses is a compelling argument to change the logic to send `C-L` for anything but `GET` and `HEAD`, thank you. This is now in #4340. But FTR:...

Coming back to VCL control over `C-L:`: `unset xyz.http.Content-Length` and `set xyz.http.Content-Length = "0"` can be made safe by disregarding any body, basically implying `unset xyz.body`. So all we need...

Wouldn't this deserve a separate lock?

better idea found during bugwash: do not take the lock if the tag is filtered, but keep it on the session lock

This is known, and it is unclear how this scenario could be improved at all. One of the questions is what would be a good value to send as `last-pos`...

> For consistency with the non-streaming cases, we could consider replying with a 206 in this scenario. Does it help? If yes, 👍🏽

@imwhocodes thank you for the additional feedback. We have discussed this ticket today during bugwash and the short summary is "we could do better, but are not sure if it's...

After rebasing on the newly understood 4e2c50da9b4b66a39191dcc7ea11bc4e3d11ab6c, I have successfully run my stress test on this patch without any issues.

> What I would like to see is a FOREACH macro which does both the start and end Here's a macro which does that: ```c /* * this macro might...