Hi, I am trying to make some application for google app engine.

I am trying to get data from this url
http://streamerapi.finance.yahoo.com/s treamer/1.0?
s=EURUSD=X&k=l10,t10,g00,h00,v00,j10&callback=parent.yfs_u1f&mktmcb=parent.yfs_mktmc
b&gencallback= parent.yfs_gencb&r=0

The problem is that content don't have Connection: close or Content-
Length headers
and regular classes like urlconnection,HttpURLConnection or
com.google.appengine.api.urlfetch.*
don't give partially downloaded content available for reading.

How can I be in this situation, what can I do to resolve this problem?

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

Reply via email to