1. 13 Oct, 2015 6 commits
  2. 11 Oct, 2015 1 commit
    • Jason Madden's avatar
      Allow subclasses of WSGIHandler to deal with invalid HTTP requests. · 0e0099a2
      Jason Madden authored
      Brought up on IRC.
      
      This involves having read_request raise ValueError subclasses instead of directly logging errors and returning False. This method could already raise ValueError when parsing headers, so callers are prepared for this. It shouldn't be a performance issue because (1) the try block was already being established and (2) these are exceptional situations, not the common case.
      0e0099a2
  3. 10 Oct, 2015 4 commits
  4. 09 Oct, 2015 1 commit
  5. 30 Sep, 2015 2 commits
  6. 29 Sep, 2015 4 commits
  7. 28 Sep, 2015 1 commit
  8. 18 Sep, 2015 5 commits
  9. 17 Sep, 2015 5 commits
  10. 16 Sep, 2015 11 commits