D2775: hgweb: create dedicated type for WSGI responses

2018-03-12 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGa88d68dc3ee8: hgweb: create dedicated type for WSGI responses (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2775: hgweb: create dedicated type for WSGI responses

2018-03-10 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 6837. indygreg edited the summary of this revision. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2775?vs=6821=6837 REVISION DETAIL https://phab.mercurial-scm.org/D2775 AFFECTED FILES

D2775: hgweb: create dedicated type for WSGI responses

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 We have refactored the request side of WSGI processing into a dedicated type. Now let's do the same thing for the response side. We invent a