2009/3/7 Ariel Mauricio Nunez Gomez <[email protected]>: > Hi people, I have been bitten by: > "Need to support chunked transfer encoding for request content." > http://code.google.com/p/modwsgi/issues/detail?id=1 > > A J2ME client sets automatically chunked transfer if the file is over 2K. > I saw the changeset where it was added and I was thinking how > easy/hard/recommnedable would it be to create a new .deb for the latest > stable version with the backport. > Any hints would be gratly appreciated.
The changes themselves for it are from memory quite trivial, but at the same time also need to perform change related to: http://code.google.com/p/modwsgi/issues/detail?id=126 Is there any reason why you can't compile from source code yourself, rather than relying on an updated deb package. What Debian thinks is stable isn't necessarily always stable. For older Debian versions the latest is still I believe mod_wsgi 1.3 and not even 1.6, which had various patches for 1.X stream. Frankly I think people delude themselves when they think they have a more stable system by using an older Debian version than the current as all it means is that you have buggier code if the Debian packages aren't being updated and backported. FWIW, the chunked transfer encoding patch is unlikely to be added to mod_wsgi 2.4 as it would be a feature change and sub versions in mod_wsgi are for patches only. Thus, only expect chunked request content to officially be in mod_wsgi 3.0. Also keep in mind that WSGI doesn't support chunked request content. Thus using this ability means you are using a mod_wsgi specific extension. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
