Hi,

I'd like to write an application, which generates https output of an
unkown length

It will basically be a python function
yielding a number of strings.


What do I have to return as Content-Length ???

0,
-1,
not send the Content-Length Header?

something else?


Currently I have a wrapper function collecting the strings, calculation
their size and returning a list of all entries.

Is ths really the only solution?


thanks in advance for suggestions / ideas


-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modw...@googlegroups.com.
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to