Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1444

Show
Ignore:
Timestamp:
11/22/06 13:36:53
Author:
fumanchu
Message:

Doc tweaks.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cperror.py

    r1433 r1444  
    112112            # "The response MUST include the following header fields: 
    113113            # Date, unless its omission is required by section 14.18.1" 
    114             # The "Date" header should have been set in Request.__init__ 
     114            # The "Date" header should have been set in Response.__init__ 
    115115             
    116             # "...the response SHOULD NOT include other entity-headers. 
     116            # "...the response SHOULD NOT include other entity-headers." 
    117117            for key in ('Allow', 'Content-Encoding', 'Content-Language', 
    118118                        'Content-Length', 'Content-Location', 'Content-MD5', 
  • trunk/cherrypy/_cpwsgi.py

    r1433 r1444  
    1919    be passed in the InternalRedirect object's query_string attribute. 
    2020    If you need something more complicated, make and raise your own 
    21     exception and your own WSGI middlewre to trap it. ;) 
     21    exception and your own WSGI middleware to trap it. ;) 
    2222     
    2323    It would be a bad idea to raise InternalRedirect after you've already 

Hosted by WebFaction

Log in as guest/cpguest to create tickets