##// END OF EJS Templates
Mercurial: fix stream ehxaustion problem....
Mercurial: fix stream ehxaustion problem. - webob odd implementation consumes the iterator. - this is a workardound fix to allows sending headers in first chunk, and rest of the stream later on.

File last commit:

r133:271283f9 default
r249:8784eaf0 default
Show More
MANIFEST.in
13 lines | 199 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all config files
recursive-include configs *
# skip any tests files
recursive-exclude vcsserver/tests *