
26 Jan
2012
26 Jan
'12
8:38 a.m.
Without seeing the code in question, I would try: ResponseSource st hdr' $ fmap Chunk src
This would create a stream without any flushing, which is what the previous behavior supported.
Ah. OK. Now I can compile wai-app-file-cgi. Thank you for your help. So, we should specify the Flash constructor when we want to flush the buffer, right? --Kazu