Edgewall Software

Changes between Version 12 and Version 13 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Nov 7, 2009, 12:25:18 AM (14 years ago)
Author:
Remy Blank
Comment:

Fixed a typo.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v12 v13  
    107107
    108108Don't forget to do that for ''any'' data directly sent back to the client, including responses for XHRs (e.g. r8300).
    109 This requires a some discipline in the coding, but the benefit is a huge performance boost for tracd, so it's well worth the price.
     109This requires some discipline in the coding, but the benefit is a huge performance boost for tracd, so it's well worth the price.
    110110
    111111In order to make errors more immediately visible, the `Request.write` method is more strict in 0.12: it only accepts `str` data parameter, and will also raise an exception if the Content-Length header was not set prior to the call.