1. 18 Jul, 2005 1 commit
  2. 17 Jul, 2005 2 commits
  3. 16 Jul, 2005 1 commit
  4. 15 Jul, 2005 4 commits
  5. 14 Jul, 2005 2 commits
    • William A. Rowe Jr's avatar
      · f405783e
      William A. Rowe Jr authored
        Missed an edge case; once we know the C-L didn't match, it's
        time to shut down the body already.  Finish reading from the
        client but do nothing else, returning an error.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@219057 13f79535-47bb-0310-9956-ffa450edef68
      f405783e
    • William A. Rowe Jr's avatar
      · 07a78f67
      William A. Rowe Jr authored
        How can I fix thee?  let me count the ways...
      
        * pass a chunked body always (no-body requests don't go chunked).
      
        * validate that the C-L counted body length doesn't change.
      
        * follow RFC 2616 for C-L / T-E in the request body C-L / T-E
          election logic.
      
        * do not forward HTTP/1.0 requests as HTTP/1.1, unless the admin
          configures force-proxy-request-1.1
      
        * conn was illegible, use 2.0's p_conn.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@218978 13f79535-47bb-0310-9956-ffa450edef68
      07a78f67
  6. 13 Jul, 2005 3 commits
  7. 09 Jul, 2005 2 commits
  8. 08 Jul, 2005 11 commits
  9. 07 Jul, 2005 3 commits
  10. 06 Jul, 2005 6 commits
  11. 03 Jul, 2005 3 commits
  12. 01 Jul, 2005 2 commits
    • William A. Rowe Jr's avatar
      · 1581c4da
      William A. Rowe Jr authored
        Plug AllowTrace extended|on|off into proxy and http core.
      
        It still is not 'correct' until REQUEST_CHUNKED_PASS is reimplemented
        and passes some chunk headers, since we aren't echoing the entire
        request.  But it gets me further on testing 1.3 -> 2.0 -> 2.1 -> 2.0 -> 1.3
        proxy behaviors.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@208787 13f79535-47bb-0310-9956-ffa450edef68
      1581c4da
    • William A. Rowe Jr's avatar
      · ee854961
      William A. Rowe Jr authored
        Initially a no-op.  Add trace_enable configuration.  The http and proxy
        flavors of interpreting this flag are yet to be committed.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@208785 13f79535-47bb-0310-9956-ffa450edef68
      ee854961