• Tatsuhiro Tsujikawa's avatar
    h2load: Implement HTTP/1 upload · 7469139d
    Tatsuhiro Tsujikawa authored
    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.
    7469139d
h2load_spdy_session.cc 8.55 KB