https://issues.apache.org/bugzilla/show_bug.cgi?id=49832
Summary: void ap_custom_response is not supporting the binary
data
Product: Apache httpd-2
Version: 2.2.14
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Severity: normal
Priority: P2
Component: All
AssignedTo: [email protected]
ReportedBy: [email protected]
void ap_custom_response (request_rec *r, int status, char *string);
If we need to creat a custome respons with some binary data (for example gif
file) then in that case the third arguement should take the binary stream. But
this is not taking the binary data as third arguement and hence end web client
(browser) is not showing the binary data.
Moreover, content type is always Text/html and content length is seeting wiht
incorrect value
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]