D2771: hgweb: expose input stream on parsed WSGI request object

2018-03-12 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGda4e2f87167d: hgweb: expose input stream on parsed WSGI request object (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2771?

D2771: hgweb: expose input stream on parsed WSGI request object

2018-03-10 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 6833. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2771?vs=6815&id=6833 REVISION DETAIL https://phab.mercurial-scm.org/D2771 AFFECTED FILES mercurial/hgweb/hgwebdir_mod.py mercurial/hgweb/request.py mercuri

D2771: hgweb: expose input stream on parsed WSGI request object

2018-03-09 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Our next step towards moving away from wsgirequest to our newer, friendlier parsedrequest type is input stream access. This commit exposes the input stream o