Yellow-Camper / libevhtp

Create extremely-fast and secure embedded HTTP servers with ease.
https://criticalstack.com/
BSD 3-Clause "New" or "Revised" License
426 stars 162 forks source link

log-format $status is request status, not response status, why ? #158

Open lxlee1102 opened 4 years ago

lxlee1102 commented 4 years ago

Details

Steps or code to reproduce the problem.

Example code (if applicable)

    case HTP_LOG_OP_STATUS:
                fprintf(fp, "%d", evhtp_request_status(request));

Version