• Nils Goroll's avatar
    Clear seen_methods bitmask inbetween requests · 5dde9ff3
    Nils Goroll authored
    Confusing panic output was generated when a worker ran multiple
    requests before returning to the pool.
    
    Noticed when debugging #3755 :
    
      VCL::methods = {RECV, PASS, HASH, MISS, HIT, DELIVER},
    
    Same panic with this fix:
    
      VCL::methods = {RECV, HASH},
    5dde9ff3
Name
Last commit
Last update
..
varnishadm Loading commit data...
varnishd Loading commit data...
varnishhist Loading commit data...
varnishlog Loading commit data...
varnishncsa Loading commit data...
varnishstat Loading commit data...
varnishtest Loading commit data...
varnishtop Loading commit data...
Makefile.am Loading commit data...
flint.lnt Loading commit data...