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

       Web browser: ---
            Bug ID: 49566
           Summary: Buffer ParserService output
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

We currently write out results straight to the response, which makes it
impossible to properly handle and report errors once the headers are sent. 
Instead we should buffer the full output before writing it to the response. 

This is especially important as we are now caching out output aggressively, and
we don't want to cache partial output. The VE also gets a truncated 200 OK
response on such mid-write failures which will surely mess up round-tripping.

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

Reply via email to