D2850: wireproto: define content negotiation for HTTPv2

2018-03-24 Thread yuja (Yuya Nishihara)
yuja added a comment. We might have to handle multiple `Accept` headers correctly, if a proxy server MAY modify them. I don't know if that could happen, though. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2850 To: indygreg, #hg-reviewers, durin42 Cc: yuja,

D2850: wireproto: define content negotiation for HTTPv2

2018-03-21 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG37d7a1d18b97: wireproto: define content negotiation for HTTPv2 (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2850: wireproto: define content negotiation for HTTPv2

2018-03-21 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 7198. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2850?vs=7138=7198 REVISION DETAIL https://phab.mercurial-scm.org/D2850 AFFECTED FILES mercurial/help/internals/wireprotocol.txt mercurial/wireprotoserver.py

D2850: wireproto: define content negotiation for HTTPv2

2018-03-19 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 7138. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2850?vs=7016=7138 REVISION DETAIL https://phab.mercurial-scm.org/D2850 AFFECTED FILES mercurial/help/internals/wireprotocol.txt mercurial/wireprotoserver.py

D2850: wireproto: define content negotiation for HTTPv2

2018-03-13 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 7016. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2850?vs=7013=7016 REVISION DETAIL https://phab.mercurial-scm.org/D2850 AFFECTED FILES mercurial/help/internals/wireprotocol.txt mercurial/wireprotoserver.py

D2850: wireproto: define content negotiation for HTTPv2

2018-03-13 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY HTTP messages communicate their media types and what media types they can understand via the Content-Type and Accept header, respectively. While I don't