update examples, fix #353

This commit is contained in:
Maximilian Hils
2014-09-08 16:02:31 +02:00
parent d06b4bfa4e
commit ebd539b49f
20 changed files with 140 additions and 132 deletions

View File

@@ -1,4 +1,4 @@
def responseheaders(ctx, flow):
def responseheaders(context, flow):
"""
Enables streaming for all responses.
"""