1. 18 Mar, 2019 6 commits
  2. 17 Mar, 2019 2 commits
  3. 16 Mar, 2019 5 commits
  4. 15 Mar, 2019 1 commit
  5. 14 Mar, 2019 1 commit
  6. 13 Mar, 2019 7 commits
  7. 12 Mar, 2019 5 commits
  8. 09 Mar, 2019 2 commits
  9. 07 Mar, 2019 2 commits
    • Stefan Eissing's avatar
      Adding new H2Padding directive. · 0b18e40c
      Stefan Eissing authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1854964 13f79535-47bb-0310-9956-ffa450edef68
      0b18e40c
    • Stefan Eissing's avatar
      *) mod_http2: new configuration directive: ```H2Padding numbits``` to control · 75bca236
      Stefan Eissing authored
           padding of HTTP/2 payload frames. 'numbits' is a number from 0-8,
           controlling the range of padding bytes added to a frame. The actual number
           added is chosen randomly per frame. This applies to HEADERS, DATA and PUSH_PROMISE
           frames equally. The default continues to be 0, e.g. no padding. [Stefan Eissing] 
        
        *) mod_http2: ripping out all the h2_req_engine internal features now that mod_proxy_http2
           has no more need for it. Optional functions are still declared but no longer implemented.
           While previous mod_proxy_http2 will work with this, it is recommeneded to run the matching
           versions of both modules. [Stefan Eissing]
        
        *) mod_proxy_http2: changed mod_proxy_http2 implementation and fixed several bugs which
           resolve PR63170. The proxy module does now a single h2 request on the (reused)
           connection and returns. [Stefan Eissing]
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1854963 13f79535-47bb-0310-9956-ffa450edef68
      75bca236
  10. 03 Mar, 2019 1 commit
  11. 26 Feb, 2019 3 commits
  12. 23 Feb, 2019 2 commits
  13. 20 Feb, 2019 3 commits