trivial commit, does not change the code behaviour
Signed-off-by: William Dauchy <w.dauchy@criteo.com>
*/
static void fcgi_release(struct fcgi_conn *fconn)
{
- struct connection *conn = NULL;;
+ struct connection *conn = NULL;
TRACE_POINT(FCGI_EV_FCONN_END);
*/
static void h2_release(struct h2c *h2c)
{
- struct connection *conn = NULL;;
+ struct connection *conn = NULL;
TRACE_ENTER(H2_EV_H2C_END);
totlen += len;
}
- *b_tail(buf) = 0; buf->data++;; // new read counter
+ *b_tail(buf) = 0; buf->data++; // new read counter
sent = lenlen + totlen + 1;
/* notify potential readers */