tags:

views:

234

answers:

1

Hi, I am writing an automated test program using curl-loader, to send calculated requests to a client. I need to know if curl-loader supports HTTP 1.0, in order to code for a test case. In case it supports it, I'd like to know how to use it.

Thanks

A: 

I found the answer by asking in their mailing list itself. It seems it does not support HTTP 1.0 as of now, but they suggested a small change which might bring the support.
The change has not worked yet, so as of now there's effectively no support for HTTP 1.0.

Meenakshi