Hi !
I've tried to port a lua module to apache on symbian, it works but...
When a resulting document reaches size over ~16k it will be truncated.
According to my debugging all data is sent to ap_rwrite(str, len, request );
I have also tried to devide the data into smaller chunks within the same request with the same result.
I think the problem is in the apach mod, because if I get static documents or images through the connector-apache it works fine.
/Mikael




