1. 17 Feb, 2016 1 commit
    • Nils Goroll's avatar
      Fix workspace overflow handling in VFP_Push() and test for it · 356854cd
      Nils Goroll authored
      This fix avoids a WS_Alloc panic when pushing fetch processors
      and should thus avoid panics by overflowing the backend workspace in vcl.
      
      This overflow is logged as FetchError "Bo workspace overflowed".
      
      Other panic points due to workspace_backend being set too low still exist.
      
      Sizing estimate for workspace_backend:
      
      	sizeof(struct busyobj)
      	+ 3 * HTTP_estimate(cache_param->http_max_hdr)
      	+ cache_param->vsl_buffer
      	+ cache_param->http_resp_size
      	+ fetch processor memory
      	+ space required in VCL
      
      Fixes #1739
      356854cd
  2. 16 Feb, 2016 5 commits
  3. 15 Feb, 2016 2 commits
  4. 12 Feb, 2016 8 commits
  5. 11 Feb, 2016 7 commits
  6. 10 Feb, 2016 11 commits
  7. 09 Feb, 2016 6 commits