Mercurial > hg
comparison tests/test-issue842.out @ 6784:18c429ea3a0e
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.
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Sun, 29 Jun 2008 15:23:09 +0200 |
parents | 4b0c9c674707 |
children |
comparison
equal
deleted
inserted
replaced
6783:6d824dc86907 | 6784:18c429ea3a0e |
---|