1. 16 Oct, 2015 13 commits
  2. 15 Oct, 2015 3 commits
  3. 13 Oct, 2015 6 commits
  4. 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
  5. 10 Oct, 2015 4 commits
  6. 09 Oct, 2015 1 commit
  7. 30 Sep, 2015 2 commits
  8. 29 Sep, 2015 4 commits
  9. 28 Sep, 2015 1 commit
  10. 18 Sep, 2015 5 commits