Displaying 1 result from an estimated 1 matches for "checked_var".
Did you mean:
checked_at
2006 Sep 20
0
boy, that mongrel_upload_progress handler sucks!
...ss params[''PATH_INFO''] == @path_info &&
params[Mongrel::Const::REQUEST_METHOD] == ''POST'' &&
upload_id =
Mongrel::HttpRequest.query_parse(params[''QUERY_STRING''])[''upload_id'']
instance_variable_set(checked_var(upload_id), nil)
Mongrel::Uploads.finish(upload_id)
end
end
I''m going to work this into svn. But, there''s another issue. Using
instance vars means you''re basically adding random instance vars into
the class. They''re set to nil on finish, but this still...