On Tue, Dec 15, 2009 at 7:33 PM, Dave Peck <[email protected]> wrote:
> Hello, > > I notice that Django's multipart form parser expects CRLF-style line > endings. Specifically, > django.http.multipartparser::parse_boudary_stream has a hardcoded > expectation of '\r\n\r\n' to end a part header. > > Is this line ending mandated by RFCs, or is this hardcoding a mistake? > > Reads like mandated to me: http://www.ietf.org/rfc/rfc2616.txt, section 3.7.2 (Multipart Types) http://www.ietf.org/rfc/rfc2046.txt Karen -- You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers?hl=en.
