Searched refs:bodylen (Results 1 – 1 of 1) sorted by relevance
2167 size_t nheader, bodylen, i; in h2_submit() local2256 bodylen = len - nwritten; in h2_submit()2258 if(bodylen || eos) { in h2_submit()2259 ssize_t n = cf_h2_body_send(cf, data, stream, body, bodylen, eos, err); in h2_submit()
Completed in 11 milliseconds