User "Brion VIBBER" posted a comment on MediaWiki.r87235.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87235#c17440
Commit summary:

Remove the session_write_close() from r72475 since it apparently causes bug 
27891, total breakage of ChronologyProtector. WMF patch only for now, maybe 
Bryan will fix it properly.

Comment:

I'm not really sure background download handling needs access to session data; 
my own inclination would be to have a table listing ongoing download jobs, 
which can be indexed by a token returned to the uploader.

Keeping it separate from the HTTP login session would also allow a separate 
login session by the same user to ping for status checks, which certainly seems 
plausible for huge-file transfers.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to