Skip to content

Commit

Permalink
fixup: All hail... blah blah... clang-format overlords...
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Aug 8, 2022
1 parent 1a42c7e commit 6dfe036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/http1/http1_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ static void _handle_connection_events(pn_event_t *e, qd_server_t *qd_server, voi
// After each event check connection and request status
//
_server_request_t *hreq = (_server_request_t*) DEQ_HEAD(hconn->requests);
bool need_close = _process_request(hreq);
bool need_close = _process_request(hreq);
if (need_close) {
qd_log(log, QD_LOG_DEBUG, "[C%"PRIu64"] HTTP Request requires connection close", hconn->conn_id);
qdr_http1_close_connection(hconn, 0);
Expand Down

0 comments on commit 6dfe036

Please sign in to comment.