Re: send_http_header and subrequests

2000-08-21 Thread Doug MacEachern
On Wed, 14 Jun 2000, Paul J. Lucas wrote: > The second example on p. 128 of the Eagle book sets the content > type and send the HTTP headers itself before running a > subrequest. > > However, on p. 468, the documentation for the run() method says > in part: > >

send_http_header and subrequests

2000-06-14 Thread Paul J. Lucas
The second example on p. 128 of the Eagle book sets the content type and send the HTTP headers itself before running a subrequest. However, on p. 468, the documentation for the run() method says in part: When you invoke the subrequest's res