https://bugzilla.wikimedia.org/show_bug.cgi?id=68989

--- Comment #2 from Brad Jorsch <bjor...@wikimedia.org> ---
The problem isn't that it's hitting the result size limit, it's that something
is exiting early and not setting the metadata that the XML formatter requires.

Without information on the specific query you're seeing the problem with, it's
difficult to debug this further. I haven't been able to reproduce it locally.

(In reply to Robert Morley from comment #0)
Both XML and JSON will happily return result sets
> well above the designated result size (which could be considered another
> bug)

$wgAPIMaxResultSize isn't trying to limit the size of the entire response, it's
trying to limit the amount of data being returned so someone can't cause issues
by doing something like requesting rvprop=content for numerous enormous pages.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to