util_WriteWithExtraOutputHeaders (private)
util_WriteWithExtraOutputHeaders headers_so_far [ first_part_of_page ]
Defined in packages/acs-tcl/tcl/utilities-procs.tcl
Takes in a string of headers to write to an HTTP connection, terminated by a newline. Checks \[ad_conn outputheaders\] and adds those headers if appropriate. Adds two newlines at the end and writes out to the connection. May optionally be used to write the first part of the page as well (saves a packet).
- Parameters:
- headers_so_far (required)
- first_part_of_page (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.