> )
>
> It seems like ( not reading with enough attention ) that server side needs
> to support Chunked Transfer Encoding.
>
> Does Xitrum support such mechanism?
>
>
>
>
>
>
>
> On Tuesday, May 7, 2013 12:54:01 PM UTC+10, Ngoc Dao wrote:
>
> > I've just released Xitrum 2.5:
> >https://github.com/ngocdaothanh/xitrum/blob/master/CHANGELOG >
> > This release is mainly for fixing this bug:
> >https://github.com/ngocdaothanh/xitrum/issues/126 >
> > To update Xitrum from 2.4 to 2.5, see this example:
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Xitrum web framework
With the introduction of ActionActor in Xitrum 2, you can easily
implement BigPipe. Your ActionActor will spawn multiple worker actors,
collect results from the actors, and send them to the browser using
chunked responses.