https://issues.apache.org/bugzilla/show_bug.cgi?id=45751
Summary: There are three strange codes in the response of Apache-
2.0.63
Product: Apache httpd-2
Version: 2.0.63
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=22529)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22529)
Three relevant file for the bug in httpd-2.0.63
PC: 32 bit X86
OS: Red Hat 3.4.6-3
GCC: 3.4.6-3
I compiled httpd-2.0.63 successfully. After I started it up, I sent a request
to it.(You can see the request in the attachment, its name is "1.txt").
Everytime, I got the same strange response.There are three strange codes("211a
" , "5c" and "0") in the response. You can see the response in the attachment.
Its name is ouptut.txt.
I have to clarify that the server I started up and the client were on the same
computer. I wrote a java program (compiled on JDK: 1.6.0_04) to send the
request. You can see it in the attachment. Its name is "SendRequest3.java". If
you want to repeat my experiment, you should do the following steps:
1) start up the server (in one Terminal): "./httpd"
2) compile "SendRequest3.java"
3)run the test case (in another Terminal while on the same computer that the
server is running on): "java SendRequest3 1" . The "SendRequest3.class" and
"1.txt" should be in the same folder.
Could you investigate the reason for those strange codes in the response from
the server ? I am debugging it but I have not found the real reason for it.
My email address is [EMAIL PROTECTED]
--
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]