1. 24 Mar, 2021 8 commits
  2. 23 Mar, 2021 8 commits
  3. 22 Mar, 2021 3 commits
    • Nils Goroll's avatar
      Update vrt.h · 3514c817
      Nils Goroll authored
      3514c817
    • Nils Goroll's avatar
      Add a NULL VCL_STRANDS · d14018ca
      Nils Goroll authored
      ... and document it
      
      The size of 1 for the p array would not be required, it is a safety
      measure only.
      d14018ca
    • Nils Goroll's avatar
      Polish testcase · e8155dad
      Nils Goroll authored
      we only use one passed and one piped requests, so our servers should
      only ever see two requests.
      
      Motivated by a failure on fedora armv7hl, which I do not understand:
      
      **   c1    === txreq -url /1 -hdr "pipe: true"
      **** c1    txreq|GET /1 HTTP/1.1\r
      **** c1    txreq|pipe: true\r
      **** c1    txreq|Host: 127.0.0.1\r
      **** c1    txreq|\r
      **   c1    === rxresp
      **** dT    3.832
      **** c1    rxhdrlen = 0
      ---- c1    HTTP header is incomplete
      **** dT    3.833
      e8155dad
  4. 15 Mar, 2021 9 commits
  5. 14 Mar, 2021 4 commits
  6. 13 Mar, 2021 4 commits
  7. 12 Mar, 2021 1 commit
  8. 11 Mar, 2021 1 commit
    • Guillaume Quintard's avatar
      builtin: Introduce vcl_builtin_* subs · 3f3d67d9
      Guillaume Quintard authored
      Provide a set of predictable subroutines that will be called by the
      built-in vcl. Only transactional built-in subroutines are concerned,
      which excludes vcl_init and vcl_fini.
      
      Closes #3548
      3f3d67d9
  9. 10 Mar, 2021 2 commits