diff --git a/src/http_ana.c b/src/http_ana.c index 60a86f9c2..021ad753b 100644 --- a/src/http_ana.c +++ b/src/http_ana.c @@ -5206,6 +5206,7 @@ struct http_txn *http_create_txn(struct stream *s) return NULL; s->txn = txn; + txn->meth = HTTP_METH_OTHER; txn->flags = ((sc && sc_ep_test(sc, SE_FL_NOT_FIRST)) ? TX_NOT_FIRST : 0); txn->status = -1; txn->http_reply = NULL;