1. 15 Mar, 2019 1 commit
  2. 14 Mar, 2019 1 commit
  3. 13 Mar, 2019 7 commits
  4. 12 Mar, 2019 5 commits
  5. 09 Mar, 2019 2 commits
  6. 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
  7. 03 Mar, 2019 1 commit
  8. 26 Feb, 2019 3 commits
  9. 23 Feb, 2019 2 commits
  10. 20 Feb, 2019 11 commits
  11. 19 Feb, 2019 4 commits
  12. 17 Feb, 2019 1 commit