245
238
req.get_session().unlock()
259
240
# Call the specified app with the request object
260
241
apps.call_app(app.dir, req)
265
243
# MAKE SURE we write the HTTP (and possibly HTML) header. This
266
244
# wouldn't happen if nothing else ever got written, so we have to make