Question about persistant connections
Tim Schenkel <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Organization | Centercall, Inc. |
| Message-ID | <[email protected]> |
How does one go about establishing a persistent HTTP socket connection, both with and without a proxy? When using the chunk.c sample program I noticed with tracing enabled that the HTNet object is not created until the HTLoadToChunk is performed. This being the case there must be some way of enabling persistence before the HTLoadToChunk is called. What am I missing? Thanks