1. 15 Jun, 2002 4 commits
  2. 14 Jun, 2002 3 commits
  3. 13 Jun, 2002 3 commits
  4. 12 Jun, 2002 1 commit
  5. 11 Jun, 2002 4 commits
  6. 10 Jun, 2002 2 commits
  7. 07 Jun, 2002 2 commits
  8. 06 Jun, 2002 3 commits
  9. 05 Jun, 2002 3 commits
  10. 04 Jun, 2002 2 commits
  11. 03 Jun, 2002 1 commit
  12. 02 Jun, 2002 1 commit
  13. 31 May, 2002 1 commit
  14. 30 May, 2002 5 commits
  15. 29 May, 2002 4 commits
  16. 28 May, 2002 1 commit
    • Justin Erenkrantz's avatar
      Correctly return 413 when an invalid chunk size is given on input. · 9bd73bf6
      Justin Erenkrantz authored
      - If get_chunk_size() returns a negative number, that probably implies
        an overflow.  So, create a 413 error and pass it to the output filters.
      - Modify ap_discard_request_body() to return OK quickly if we're a subreq
        or our status code implies that we will be dropping the connection.
      - Modify ap_die() so that if the new status implies that we will drop
        the connection, that we correctly indicate that we can not keepalive
        this connection.  (Without this, the error is returned, but the connection
        is not closed.)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95331 13f79535-47bb-0310-9956-ffa450edef68
      9bd73bf6