1. 28 Apr, 2012 2 commits
  2. 27 Apr, 2012 2 commits
  3. 26 Apr, 2012 1 commit
  4. 24 Apr, 2012 5 commits
  5. 23 Apr, 2012 14 commits
  6. 22 Apr, 2012 1 commit
  7. 19 Apr, 2012 1 commit
  8. 17 Apr, 2012 1 commit
  9. 16 Apr, 2012 11 commits
  10. 12 Apr, 2012 2 commits
    • Poul-Henning Kamp's avatar
      Go over the return(restart) code. · 480c0a5d
      Poul-Henning Kamp authored
      This is vastly inspired by #1113 and scoof+martins testcase+patch.
      
      Add a new cnt* state "cnt_restart" to do the mandatory restart work,
      and to move the restart limit check out of vcl_recv{}, getting rid
      of a nasty XXX comment.
      
      Set the explicit 503 when over limit, reset in other cases.
      
      Expand scoof+martins test-case to cover more vcl methods, which
      were also affected, but not fixed in their patch.
      
      Fixes	#1113
      480c0a5d
    • Poul-Henning Kamp's avatar