##// END OF EJS Templates
stream: use wsgi.input_terminated because of webob changes of handling chunked encoding
stream: use wsgi.input_terminated because of webob changes of handling chunked encoding

File last commit:

r129:24fe5a91 default
r343:ed48ec99 default
Show More
.hgignore
38 lines | 370 B | text/plain | TextLexer
syntax: glob
*.orig
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.eggs
*.idea
.DS_Store*
syntax: regexp
#.filename
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^\.cache.*$
^\.rhodecode$
^_dev
^._dev
^build/
^coverage\.xml$
^data$
^dev.ini$
^acceptance_tests/dev.*\.ini$
^dist/
^fabfile.py
^htmlcov
^junit\.xml$
^node_modules/
^pylint.log$
^build$
^result$