Mercurial > hg
comparison setup.py @ 30263:7f2313450e86
cmdserver: write channel header and payload by a single write() call
This makes a channeledoutput thread-safe as long as the underlying fwrite() is
thread-safe. Both POSIX and Windows implementations are documented as MT-safe.
MT-safety is necessary to use ui.fout and ui.ferr in hgweb.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Mon, 29 Feb 2016 13:41:54 +0900 |
parents | a8933d992a71 |
children | 9cc438bf7d9a |
comparison
equal
deleted
inserted
replaced
30262:bc5d0e6fd9f3 | 30263:7f2313450e86 |
---|