DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9488>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9488 HTTP/0.9 requests spoken on https port returns HTTP/1.0 response ------- Additional Comments From [EMAIL PROTECTED] 2002-06-04 07:17 ------- Looked through the Apache 1.3 code, and it also used a 1.0 request to fake the request. The problem with the code right now, is that the bucket code is calling socket_bucket_read a second time, which means that theserver ends up sitting in select, waiting for more input. I am still lookinginto that, but my gut feeling is that we shouldn't try to support 0.9 requestover SSL. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
