##// END OF EJS Templates
fix: lfs chunked uploads....
fix: lfs chunked uploads. When testing large file uploads it's found that gunicorn raises NoMoreData instead of returning value. This fixes the problem and doesn't show excesive exceptions for no reason. Previously file upload still worked but spawned errors in logs

File last commit:

r1126:f96985cd python3
r1280:b2259b07 default
Show More
__init__.py
10 lines | 351 B | text/x-python | PythonLexer
source-code: updated copyrights to 2023
r1126 # Copyright (C) 2014-2023 RhodeCode GmbH
initial commit
r0 """
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.
"""