MCPcopy Create free account
hub / github.com/OISF/libhtp / HTPCallbackResponseHasTrailer

Function HTPCallbackResponseHasTrailer

test/fuzz/fuzz_diff.c:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static int HTPCallbackResponseHasTrailer(htp_tx_t *tx)
64{
65 fprintf(logfile, "HTPCallbackResponseHasTrailer\n");
66 return 0;
67}
68
69static int HTPCallbackRequestBodyData(htp_tx_data_t *tx_data)
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected