D2860: wireproto: buffer output frames when in half duplex mode
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Thu Mar 22 01:18:33 UTC 2018
durin42 added inline comments.
INLINE COMMENTS
> wireprotoserver.py:418-420
> + # TODO Some HTTP clients are full duplex and can receive data before
> + # the entire request is transmitted. Figure out a way to indicate support
> + # for that so we can opt into full duplex mode.
Recent RFCs explicitly disallow early responses with a 2xx series status code. Probably not worth pursuing.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D2860
To: indygreg, #hg-reviewers
Cc: durin42, mercurial-devel
More information about the Mercurial-devel
mailing list