Commit 6bfa58055919a12acec070cdecef1bfb69f4e4d2

Liao Tonglang 2023-03-05T23:59:21

http: Reduce times of checking if response has body (#1395) Use a variable 'need_body' to store the result of evhttp_response_needs_body(), then use the variable instead of call the function again.