Hello.

I have a problem with content-length heater in HTTP-message. I am
writing application for voip phone, which is not always specified,
then the phone can't download xml file correctly (stupid, I gess).

How can I correct this behaviour?
I tested this with wget tool. Here are results.

Connecting to 192.168.1.248:80... connected.
[12] 18882
HTTP request sent, awaiting response... [9]   Done
wget http://192.168.1.248/pb.xml?peer=298
[10]   Done                    p=1
u...@user-laptop:/tmp$ 200 OK
Length: 360 [text/xml]
Saving to: `pb.xml?peer=298.32'

100%
[===================================================================================================>]
360         --.-K/s   in 0s

2010-02-02 15:28:56 (20.6 MB/s) - `pb.xml?peer=298.32' saved [360/36


HTTP request sent, awaiting response... [50] 18962
[47]   Done                    wget http://192.168.1.248/pb.xml?peer=298
[48]   Done                    p=1
u...@user-laptop:/tmp$ 200 OK
Length: unspecified [text/xml]
Saving to: `pb.xml?peer=298.51'

 
[ <=>                                                                           
                     ]
360         --.-K/s   in 0s

2010-02-02 15:29:35 (25.6 MB/s) - `pb.xml?peer=298.51' saved [360]

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

Reply via email to