Re: Post document data and getting the results back into a string .
"Wells, Charles" <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <982A819715AC804D915E8A053B48CBB804DAE4B4@sus-ma1it04.rational.com> |
I had to replace WWW_RAW with WWW_SOURCE in order to make it work properly. When WWW_RAW is there, the response is not completed until it times out; it still manages to get back the response correctly, but 20 seconds sure is a long time to wait. Using WWW_SOURCE takes just 2 seconds, and that's because of that "write delay" feature. Can anyone explain why replacing WWW_RAW with WWW_SOURCE fixes this problem? I've been wondering this for a while.