##// END OF EJS Templates
http-app: simplify detection of chunked encoding....
http-app: simplify detection of chunked encoding. - since we now properly use chunked requests git client reports this in nicer way. we no longer need to rely on hacks to detect chunked streams.

File last commit:

r1517:02d18047 default
r1643:ae28d33d default
Show More
.coveragerc
20 lines | 287 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
rhodecode/tests/*
[report]
exclude_lines =
raise NotImplementedError