Changeset 6

Show
Ignore:
Timestamp:
04/05/06 08:33:34 (3 years ago)
Author:
Jan-Klaas Kollhof
Message:

missing close() in apacheServiceHandler

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jsonrpc/apacheServiceHandler.py

    r5 r6  
    3131        req.content_type = "text/plain" 
    3232        self.handlePartialData(req.read()) 
     33        self.close() 
    3334 
    3435from mod_python import apache