h2load: Implement HTTP/1 upload
h2load has supported uploading a file quite a while, but it turns out that it worked with HTTP/2 and SPDY only. HTTP/1 with upload did not work. This commit fixes this bug, and implement HTTP/1 upload. Due to architectural limitation of h2load, when -d option is used, the number of in-flight pipe-lined requests is set to 1.
Showing
Please register or sign in to comment