1. 05 Nov, 2021 1 commit
  2. 04 Nov, 2021 2 commits
    • Jérome Perrin's avatar
    • Jérome Perrin's avatar
      stack/erp5: use %Ta for timing of haproxy requests · be8c2a39
      Jérome Perrin authored
      %Tt was not good, because it also included the idle time from previous
      request when the connection was reused, causing times recorded in log
      files to be much longer the actual request duration.
      
      %Ta - which is described as total active time for the HTTP request,
      between the moment the proxy received the first byte of the request
      header and the emission of the last byte of the response body - is much
      more suitable for our use case of measuring requests durations and is
      similar to apache's %D
      be8c2a39
  3. 29 Oct, 2021 2 commits
  4. 28 Oct, 2021 3 commits
  5. 22 Oct, 2021 1 commit
  6. 21 Oct, 2021 4 commits
  7. 20 Oct, 2021 1 commit
  8. 19 Oct, 2021 1 commit
  9. 18 Oct, 2021 1 commit
  10. 15 Oct, 2021 1 commit
  11. 14 Oct, 2021 3 commits
  12. 13 Oct, 2021 5 commits
  13. 12 Oct, 2021 1 commit
  14. 11 Oct, 2021 14 commits