##// 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:

r0:0fb8cb8f default
r249:8784eaf0 default
Show More
__init__.py
8 lines | 309 B | text/x-python | PythonLexer
"""
Provides a stub implementation for VCS operations.
Intended usage is to help in performance measurements. The basic idea is to
implement an `EchoApp` which sends back what it gets. Based on a configuration
parameter this app can be activated, so that it replaced the endpoints for Git
and Mercurial.
"""