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

r5928:3340aa5a default
r6784:18c429ea default
Show More
header.tmpl
1 line | 86 B | application/x-cheetah | CheetahLexer
Robert Bachmann
Added support for the Atom syndication format
r5269 <?xml version="1.0" encoding="{encoding}"?>
Robert Bachmann
Atom support: replaced xhtml namespace prefix with default namespace
r5270 <feed xmlns="http://www.w3.org/2005/Atom">