Author :
Liao Tonglang
Date :
2023-03-05 23:59:21
Hash :6bfa5805 Message :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.