fixed handling of Transfer-Encoding header during streaming; wrote tests for streaming support

This commit is contained in:
Brad Peabody
2014-07-19 19:10:14 -07:00
parent c47ddaa3a0
commit 560e23af09
3 changed files with 84 additions and 16 deletions

View File

@@ -15,6 +15,10 @@ def response(ctx, r):
ctx.log("XRESPONSE")
log.append("response")
def responseheaders(ctx, r):
ctx.log("XRESPONSEHEADERS")
log.append("responseheaders")
def clientdisconnect(ctx, cc):
ctx.log("XCLIENTDISCONNECT")
log.append("clientdisconnect")