https://issues.apache.org/bugzilla/show_bug.cgi?id=53281
--- Comment #12 from saurabh <saurabhsul...@yahoo.co.in> --- Created attachment 30912 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30912&action=edit HTTP 0.9 response from the server I tried the identical steps that have been provided and the browser receives garbage value with HTTP/0.9 response. I've attached the Live HTTP headers capture of the same. I've also tried using curl and telnet as indicated in the comments above. Here is the output of both the commands: [root@host ~]# curl -f http://myhost:9876 <-- blank line Note: the blank line means the server is returning some response. Not the same as has been indicated in the comments above. [root@host ~]# telnet myhost 9876 Trying 10.10.10.1... Connected to myhost (10.10.10.1). Escape character is '^]'. GET / HTTP/1.1 Connection closed by foreign host. So, I tried running tcpdump to take the captures for all the three ways of accessing the server namely Browser, Curl and Telnet and in each capture I saw a response being received from the server. Note: I'm using Firefox as the Browser but the behavior is consistent with IE as well. Note: I'm using JSSE with Tomcat for the SSL. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org