Skip to content

Commit

Permalink
HTTP: Correct attribute name for ymo_http_hdr_cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-canaday committed Jun 10, 2024
1 parent cb3ff40 commit eb9d282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/http/ymo_http_hdr_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ YMO_FUNC_PURE ymo_http_hdr_id_t ymo_http_hdr_hash(const char* str_in, size_t* le
YMO_FUNC_PURE ymo_http_hdr_id_t ymo_http_hdr_hash_ch(ymo_http_hdr_id_t h, char c);

/** Default hash item comparison function used by header table. */
YMO_FUNC_PURE_P int ymo_http_hdr_cmp(
YMO_FUNC_PURE int ymo_http_hdr_cmp(
ymo_http_hdr_table_node_t* current,
const char*hdr,
ymo_http_hdr_id_t h_id);
Expand Down

0 comments on commit eb9d282

Please sign in to comment.