Skip to content

Commit

Permalink
Issue skupperproject#1621: additional fix: remove HTTP/1 octet rate a…
Browse files Browse the repository at this point in the history
…ttribute
  • Loading branch information
kgiusti committed Nov 20, 2024
1 parent 77ecd45 commit cf435d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/observers/http1/http1_observer.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ static int rx_request(qd_http1_decoder_connection_t *hconn, const char *method,
vflow_set_string(hreq->vflow, VFLOW_ATTRIBUTE_METHOD, method);
vflow_set_uint64(hreq->vflow, VFLOW_ATTRIBUTE_OCTETS, 0);
vflow_set_uint64(hreq->vflow, VFLOW_ATTRIBUTE_OCTETS_REVERSE, 0);
vflow_add_rate(hreq->vflow, VFLOW_ATTRIBUTE_OCTETS, VFLOW_ATTRIBUTE_OCTET_RATE);
vflow_add_rate(hreq->vflow, VFLOW_ATTRIBUTE_OCTETS_REVERSE, VFLOW_ATTRIBUTE_OCTET_RATE_REVERSE);
vflow_latency_start(hreq->vflow);
hreq->latency_done = false;
DEQ_INSERT_TAIL(th->http1.requests, hreq);
Expand Down

0 comments on commit cf435d4

Please sign in to comment.