I asked this question on the #django IRC, but thought to put it here too. 

Over the weekend, I ran into an unexpected problem with the Django 
development server. It seems to either ignore or not properly handle the 
expect header. I understand that modern http clients will send an 
100-continue for the expect header (and expect the server to respond 
appropriately) if the POST request is large. 

Although I eventually found a workaround on the client side, is this 
something that can be fixed in the django development server? 

More info on the issue https://github.com/daurnimator/lua-http/issues/126

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9a33608c-be9b-4dc9-b6e2-52e9cf191e1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to