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 raw HTML is served, i.e., the ClassParser handler is never called on the file. I looked in the Eagle book about calling send_http_header() from within subrequests by reading the documentation for is_initial_req() and is_main(), but neither says anything about