1. 05 May, 2016 2 commits
  2. 04 May, 2016 2 commits
  3. 03 May, 2016 3 commits
  4. 02 May, 2016 4 commits
  5. 01 May, 2016 2 commits
  6. 30 Apr, 2016 8 commits
  7. 29 Apr, 2016 11 commits
  8. 28 Apr, 2016 7 commits
  9. 27 Apr, 2016 1 commit
    • William A. Rowe Jr's avatar
      · ce086d04
      William A. Rowe Jr authored
        Ensure http2 follows http in the meaning of
        status WRITE (meaning 'in the request processing
        phase' even if still consuming the request body,
        not literally in a 'now writing' state).
      
        Ensure a number of MPMs and the h2 connection io
        no longer clobber the request status line during
        state-only changes.  While at it, clean up some
        very ugly formatting and unnecessary decoration,
        and avoid the wordy _from_conn() flavor when we
        are not passing a connection_rec.
      
        Ensure the useragent_ip is only used in the case
        where it has been initialized, fall back on the
        connection's remote_ip if the status is accidently
        updated from an uninitialized request_rec.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741310 13f79535-47bb-0310-9956-ffa450edef68
      ce086d04