##// END OF EJS Templates
hgweb: all protocol functions have become generators...
hgweb: all protocol functions have become generators Using the write() callable supplied by the start_response() call is frowned upon by the WSGI spec, returning an iterable over the content chunks is the recommended way. Be aware, though: returning many small chunks will slow down responses, because the server has to flush each chunk separately.

File last commit:

r2536:8106e477 default
r6784:18c429ea default
Show More
test-oldcgi.out
3 lines | 6 B | text/plain | TextLexer
Eric Hopper
Create a test to make sure old CGI scripts will still work.
r2533 0
0
Eric Hopper
Fix new tests to be better. In particular, fix webraw test to...
r2536 0