Skip to content
  1. Jun 15, 2002
  2. Jun 14, 2002
  3. Jun 13, 2002
  4. Jun 12, 2002
  5. Jun 11, 2002
  6. Jun 10, 2002
  7. Jun 07, 2002
  8. Jun 06, 2002
  9. Jun 05, 2002
  10. Jun 04, 2002
  11. Jun 03, 2002
  12. Jun 02, 2002
  13. May 31, 2002
  14. May 30, 2002
  15. May 29, 2002
  16. May 28, 2002
    • 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