On Wed, Feb 18, 2004 at 09:54:26AM -0500, Geoffrey Young wrote: > > I should have explained this... the issue is that in response to an HTTP > > request on an SSL port, mod_ssl in 2.0 issues an "HTTP/0.9" response, > > i.e. it just spits out the response body without headers. This makes > > TestRequest.pm:lwp_call() barf. > > indeed. I've been bitten by that myself when trying to specifically test > HTTP/0.9. > > http://marc.theaimsgroup.com/?l=apache-test-dev&m=102407609105935&w=2 > > perhaps now is a good time to fix that little bit.
Ah ha, neat. Yes, I can work around the ssl.t failure very easily like that. > agreed. the stuff I proposed before is just one suggestion, but > perhaps you can think up a better idea. 0.9 is probably rare enough > that it doesn't warrant a huge interface was my thought. Well, it gets my vote. If it were to be an argument, it would have to be stripped out of @_ before being passed through to LWP, which sounds like it could get messy. joe